glenn-jocher
commited on
Commit
β’
cb40c9a
1
Parent(s):
19e0208
TODO issues exempt from stale action (#6530)
Browse files
.github/workflows/stale.yml
CHANGED
@@ -34,5 +34,5 @@ jobs:
|
|
34 |
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions YOLOv5 π and Vision AI β.'
|
35 |
days-before-stale: 30
|
36 |
days-before-close: 5
|
37 |
-
exempt-issue-labels: 'documentation,tutorial'
|
38 |
operations-per-run: 100 # The maximum number of operations per run, used to control rate limiting.
|
|
|
34 |
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions YOLOv5 π and Vision AI β.'
|
35 |
days-before-stale: 30
|
36 |
days-before-close: 5
|
37 |
+
exempt-issue-labels: 'documentation,tutorial,TODO'
|
38 |
operations-per-run: 100 # The maximum number of operations per run, used to control rate limiting.
|