glenn-jocher
commited on
Update stale.yml (#8465)
Browse files
.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:
|
|
|
|
|
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.
|