Merge pull request #254 from huggingface/younesbelkada-patch-1

[`Automation`] Update stale.py
This commit is contained in:
Sourab Mangrulkar
2023-04-03 22:17:34 +05:30
committed by GitHub
+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()