dev(ci): exclude undecided issues from stalebot
This commit is contained in:
parent
3bcee249d3
commit
c92b2b3724
1 changed files with 2 additions and 2 deletions
4
.github/workflows/triage.yml
vendored
4
.github/workflows/triage.yml
vendored
|
@ -16,8 +16,8 @@ jobs:
|
|||
:warning: **This pull request has been automatically marked stale
|
||||
due to 60 days of inactivity.** If this PR is still valid, please
|
||||
reply to it or it will be closed in 7 days.
|
||||
exempt-issue-labels: ':heart:,needs-triage,backlog,help wanted,1. announcement,2. status:confirmed,2. status:waiting'
|
||||
exempt-pr-labels: ':heart:,needs-triage,backlog,2. status:confirmed,2. status:archived,2. status:resolved-temporarily,2. status:waiting,2. status:needs-work'
|
||||
exempt-issue-labels: ':heart:,needs-triage,help wanted,1. announcement,2. status:confirmed,2. status:waiting,2. status:undecided'
|
||||
exempt-pr-labels: ':heart:,needs-triage,2. status:confirmed,2. status:archived,2. status:resolved-temporarily,2. status:waiting,2. status:needs-work,2. status:undecided'
|
||||
stale-issue-label: stale
|
||||
stale-pr-label: stale
|
||||
exempt-all-milestones: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue