Skip to content

Commit

Permalink
Update stale.yml (#302)
Browse files Browse the repository at this point in the history
Avoid closing issues that have a milestone or with backlog/epic labels
  • Loading branch information
lucacome authored Jun 20, 2024
1 parent 5a7c0f7 commit 9f420f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
close-pr-message: "This PR was closed because it has been stalled for 7 days with no activity."
stale-issue-label: "stale"
stale-pr-label: "stale"
exempt-all-issue-milestones: true
exempt-issue-labels: "backlog, backlog candidate, epic"
exempt-all-pr-assignees: true
operations-per-run: 100

0 comments on commit 9f420f5

Please sign in to comment.