Commit
·
a91cdd2
1
Parent(s):
1df494e
update stale.yml
Browse filesSigned-off-by: Glenn Jocher <[email protected]>
.github/workflows/stale.yml
CHANGED
@@ -10,8 +10,8 @@ jobs:
|
|
10 |
- uses: actions/stale@v1
|
11 |
with:
|
12 |
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
13 |
-
stale-issue-message: 'This issue
|
14 |
-
stale-pr-message: 'This
|
15 |
days-before-stale: 30
|
16 |
days-before-close: 5
|
17 |
-
exempt-issue-label:
|
|
|
10 |
- uses: actions/stale@v1
|
11 |
with:
|
12 |
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
13 |
+
stale-issue-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.'
|
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-label: 'documentation,tutorial'
|