glenn-jocher commited on
Commit
cb40c9a
β€’
1 Parent(s): 19e0208

TODO issues exempt from stale action (#6530)

Browse files
Files changed (1) hide show
  1. .github/workflows/stale.yml +1 -1
.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.