Skip to content

Commit

Permalink
Use the right parameter for milestones (#1542)
Browse files Browse the repository at this point in the history
Problem: `exempt-issue-milestones` takes a list of milestones to
exclude.

Solution: `exempt-all-issue-milestones` excludes issues that have any milestones
attached.
  • Loading branch information
lucacome authored Feb 6, 2024
1 parent 95c8613 commit 08ba0c4
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 @@ -22,7 +22,7 @@ jobs:
close-pr-message: "This PR was closed because it has been stalled for 14 days with no activity."
stale-issue-label: "stale"
stale-pr-label: "stale"
exempt-issue-milestones: true
exempt-all-issue-milestones: true
exempt-issue-labels: "backlog, backlog candidate"
operations-per-run: 100
days-before-stale: 14
Expand Down

0 comments on commit 08ba0c4

Please sign in to comment.