Skip to content

Commit

Permalink
build(ci): fix stale issues workflow
Browse files Browse the repository at this point in the history
exempt-issue-labels parameter accepts comma separated list and not a sequence
  • Loading branch information
hairyhum committed Oct 3, 2024
1 parent 64f1866 commit 599fae8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
close-pr-label: rotten
stale-issue-label: stale
stale-pr-label: stale
exempt-issue-labels:
- frozen
- accepted
exempt-issue-labels: frozen,accepted
exempt-pr-labels: frozen
close-issue-message: This issue is closed due to inactivity. Feel free to reopen it, if it's still relevant. CC @kanisterio/maintainers
close-pr-message: This PR is closed due to inactivity. Feel free to reopen it, if it's still relevant. CC @kanisterio/maintainers
Expand Down

0 comments on commit 599fae8

Please sign in to comment.