Skip to content

Commit 5bfd195

Browse files
authored
Merge pull request #2960 from HackbrettXXX/fix-stale-issue-action
fix exempt-issue-labels list in stale issue action
2 parents deeff31 + b5921da commit 5bfd195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
1616
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant.'
1717
stale-issue-label: 'no-issue-activity'
18-
exempt-issue-labels: ['Bug', 'Feature Request', 'persistent']
18+
exempt-issue-labels: 'Bug,Feature Request,persistent'
1919
remove-stale-when-updated: true
2020
days-before-stale: 90
2121
days-before-close: 7

0 commit comments

Comments
 (0)