Skip to content

Commit

Permalink
Update stale.yml (#749)
Browse files Browse the repository at this point in the history
Avoid closing issues that have a milestone or with backlog/epic labels

Signed-off-by: Luca Comellini <[email protected]>
  • Loading branch information
lucacome authored Jun 20, 2024
1 parent fb6fd57 commit 222673a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
stale-issue-label: "stale"
stale-pr-label: "stale"
exempt-all-assignees: true
exempt-issue-labels: "proposal"
exempt-all-issue-milestones: true
exempt-issue-labels: "proposal, backlog, backlog candidate, epic"
operations-per-run: 100
days-before-stale: 90
days-before-close: 10

0 comments on commit 222673a

Please sign in to comment.