Skip to content

Commit

Permalink
chore(ci): fix stale action params
Browse files Browse the repository at this point in the history
Exempt param should be pluralised:
- https://github.com/actions/stale#exempt-issue-labels
- https://github.com/actions/stale#exempt-pr-labels

Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
  • Loading branch information
dnwe committed Jul 17, 2023
1 parent 3f22fd3 commit ee207f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
branch has no conflicts with main and rebase if needed. If you
are awaiting a (re-)review then please let us know.
stale-issue-label: "stale"
exempt-issue-label: "stale/exempt,pinned"
exempt-issue-labels: "stale/exempt,pinned"
stale-pr-label: "stale"
exempt-pr-label: "stale/exempt,pinned"
exempt-pr-labels: "stale/exempt,pinned"

0 comments on commit ee207f8

Please # to comment.