Skip to content

Commit 1b6d6d1

Browse files
committed
Added tags to deactivate auto-stale
1 parent 5e43ab4 commit 1b6d6d1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/stale.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,14 @@ jobs:
2121
- uses: actions/stale@v3
2222
with:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
24-
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
25-
stale-pr-message: 'This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
24+
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label, comment or add the valid label or this will be closed in 5 days.'
25+
stale-pr-message: 'This pull request is stale because it has been open 30 days with no activity. Remove stale label, comment or add the valid label or this will be closed in 5 days.'
26+
stale-issue-label: 'stale'
27+
stale-pr-label: 'stale'
2628
close-issue-label: 'inactivity-closed'
2729
close-pr-label: 'inactivity-closed'
30+
labels-to-add-when-unstale: 'valid'
31+
exempt-issue-labels: 'valid,good first issue'
32+
exempt-pr-labels: 'valid,good first issue'
2833
days-before-stale: 30
2934
days-before-close: 5

0 commit comments

Comments
 (0)