Skip to content

Commit

Permalink
Exempt backlog label from stale treatment (google#1135)
Browse files Browse the repository at this point in the history
https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels#applying-a-label

> Anyone with triage access to a repository can apply and dismiss
labels.
  • Loading branch information
andrewpollock authored Jul 23, 2024
1 parent bb4baf6 commit 0a95214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staleness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
stale-issue-label: stale
stale-pr-label: stale
remove-stale-when-updated: true
exempt-issue-labels: "good first issue, V2 Wishlist"
exempt-issue-labels: "good first issue,V2 Wishlist,backlog"
exempt-all-assignees: true
ignore-updates: false
stale-issue-message: "This issue has not had any activity for 60 days and will be automatically closed in two weeks"
Expand Down

0 comments on commit 0a95214

Please sign in to comment.