Skip to content

Commit

Permalink
TODO issues exempt from stale action (#6530)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Feb 3, 2022
1 parent 19e0208 commit cb40c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
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 ⭐.'
days-before-stale: 30
days-before-close: 5
exempt-issue-labels: 'documentation,tutorial'
exempt-issue-labels: 'documentation,tutorial,TODO'
operations-per-run: 100 # The maximum number of operations per run, used to control rate limiting.

0 comments on commit cb40c9a

Please sign in to comment.