Avoid closing "Status: Under Consideration" labeled issues
This commit is contained in:
parent
d464128e65
commit
4b2487722c
1 changed files with 1 additions and 0 deletions
1
.github/stale.yml
vendored
1
.github/stale.yml
vendored
|
@ -5,6 +5,7 @@ daysUntilClose: 7
|
||||||
# Issues with these labels will never be considered stale
|
# Issues with these labels will never be considered stale
|
||||||
exemptLabels:
|
exemptLabels:
|
||||||
- "Status: Accepted"
|
- "Status: Accepted"
|
||||||
|
- "Status: Under Consideration"
|
||||||
# Label to use when marking an issue as stale
|
# Label to use when marking an issue as stale
|
||||||
staleLabel: "Status: Stale"
|
staleLabel: "Status: Stale"
|
||||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||||
|
|
Loading…
Reference in a new issue