From 4ddb85ce1e2a25d11e5c32e485e2348df792da2c Mon Sep 17 00:00:00 2001 From: Younes Belkada <49240599+younesbelkada@users.noreply.github.com> Date: Mon, 3 Apr 2023 17:08:42 +0200 Subject: [PATCH] Update stale.py --- scripts/stale.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/stale.py b/scripts/stale.py index a0bd10a..e910135 100644 --- a/scripts/stale.py +++ b/scripts/stale.py @@ -28,6 +28,7 @@ LABELS_TO_EXEMPT = [ "feature request", "new model", "wip", + "PRs welcome to address this", ] @@ -59,4 +60,4 @@ def main(): if __name__ == "__main__": - main() \ No newline at end of file + main()