Skip to content

Commit

Permalink
Fix stale workflow exclude list (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdb9696 committed Apr 19, 2024
1 parent 8917a39 commit b041db0
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 @@ -20,7 +20,7 @@ jobs:
operations-per-run: 250
remove-stale-when-updated: true
stale-issue-label: "stale"
exempt-issue-labels: "no-stale-help-wanted,needs-more-information,waiting-for-reporter"
exempt-issue-labels: "no-stale,help-wanted,needs-more-information,waiting-for-reporter"
stale-pr-label: "stale"
exempt-pr-labels: "no-stale"
stale-pr-message: >
Expand Down

0 comments on commit b041db0

Please sign in to comment.