Skip to content

Commit 515bc77

Browse files
authored
fix: Make exempt labels plural for stale action (#312)
These labels are plural since v2 to support multiple exempt labels, but this broke the current setup as the old singular exempt options are no longer accepted.
1 parent ff032ac commit 515bc77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
stale-issue-message: ':wave: Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed.'
1717
stale-pr-message: ':wave: Hi! This pull request has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed.'
1818
stale-issue-label: 'stale'
19-
exempt-issue-label: 'keep-open'
20-
exempt-pr-label: 'keep-open'
2119
stale-pr-label: 'stale'
20+
exempt-issue-labels: 'keep-open'
21+
exempt-pr-labels: 'keep-open'
2222
days-before-stale: 30
2323
days-before-close: 7
2424
remove-stale-when-updated: true

0 commit comments

Comments
 (0)