mirror of
https://github.com/hacks-guide/minimal-mistakes.git
synced 2024-11-30 12:20:44 +00:00
Avoid closing "Status: Under Consideration" labeled issues
This commit is contained in:
parent
d464128e65
commit
4b2487722c
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 New Issue
Block a user