Skip to content

Commit

Permalink
chore: fix stale workflow (#1228)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
richardlau authored Nov 14, 2022
1 parent e408804 commit c849ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
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.'
stale-issue-label: 'stale'
exempt-issue-label: 'never stale'
exempt-issue-labels: 'never-stale'
days-before-stale: 90
days-before-close: 30

0 comments on commit c849ad3

Please sign in to comment.