Skip to content

Commit

Permalink
Fix stale issue label (#2320)
Browse files Browse the repository at this point in the history
Woops, I used spaces instead of hyphens.
  • Loading branch information
markmcd authored Aug 23, 2024
1 parent bc7239f commit 57d0938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
days-before-issue-close: 14
stale-issue-label: "status:stale"
close-issue-reason: not_planned
any-of-labels: "awaiting contributor response,cla:no"
any-of-labels: "awaiting-contributor-response,cla:no"
stale-issue-message: >
Marking this issue as stale since it has been open for 14 days with no activity.
This issue will be closed if no further activity occurs.
Expand Down

0 comments on commit 57d0938

Please sign in to comment.