Update stale.py

This commit is contained in:
Younes Belkada
2023-04-03 17:08:42 +02:00
committed by GitHub
parent dd30335ffd
commit 4ddb85ce1e
+2 -1
View File
@@ -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()
main()