glenn-jocher commited on
Commit
c768919
Β·
unverified Β·
1 Parent(s): 29d79a6

Update stale.yml (#8465)

Browse files
Files changed (1) hide show
  1. .github/workflows/stale.yml +4 -2
.github/workflows/stale.yml CHANGED
@@ -32,7 +32,9 @@ jobs:
32
  Thank you for your contributions to YOLOv5 πŸš€ and Vision AI ⭐!
33
 
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: 300 # The maximum number of operations per run, used to control rate limiting.
 
32
  Thank you for your contributions to YOLOv5 πŸš€ and Vision AI ⭐!
33
 
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-issue-stale: 30
36
+ days-before-issue-close: 10
37
+ days-before-pr-stale: 90
38
+ days-before-pr-close: 30
39
  exempt-issue-labels: 'documentation,tutorial,TODO'
40
  operations-per-run: 300 # The maximum number of operations per run, used to control rate limiting.