glenn-jocher
commited on
Commit
•
9eae82e
1
Parent(s):
77940c3
Update stale.yml exempt-issue-labels bug fix (#1098)
Browse files
.github/workflows/stale.yml
CHANGED
@@ -14,5 +14,5 @@ jobs:
|
|
14 |
stale-pr-message: 'This issue 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.'
|
15 |
days-before-stale: 30
|
16 |
days-before-close: 5
|
17 |
-
exempt-issue-
|
18 |
operations-per-run: 100 # The maximum number of operations per run, used to control rate limiting.
|
|
|
14 |
stale-pr-message: 'This issue 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.'
|
15 |
days-before-stale: 30
|
16 |
days-before-close: 5
|
17 |
+
exempt-issue-labels: 'documentation,tutorial'
|
18 |
operations-per-run: 100 # The maximum number of operations per run, used to control rate limiting.
|