Skip to content

Commit c849ad3

Browse files
authored
chore: fix stale workflow (#1228)
From `actions/stale@v2` the option for exempt labels was renamed to `exempt-issue-labels` (plural). Also it appears that this repository is using `never-stale` (with a hyphen instead of a space character). Refs: actions/stale#19
1 parent e408804 commit c849ad3

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
@@ -12,7 +12,7 @@ jobs:
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}
1313
stale-issue-message: 'This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.'
1414
stale-issue-label: 'stale'
15-
exempt-issue-label: 'never stale'
15+
exempt-issue-labels: 'never-stale'
1616
days-before-stale: 90
1717
days-before-close: 30
1818

0 commit comments

Comments
 (0)