[CI-SKIP] [Meta] Exempt more labels from being marked as stale (#5142)
* Exempt more labels from being marked as stale
* Order alphabetically and add suggestions
Also don't go deeper I guess 👀
This commit is contained in:
parent
36a72cad30
commit
3dadd97bbc
|
@ -1,7 +1,12 @@
|
||||||
daysUntilStale: 60
|
daysUntilStale: 60
|
||||||
daysUntilClose: 7
|
daysUntilClose: 7
|
||||||
exemptLabels:
|
exemptLabels:
|
||||||
|
- "for: future"
|
||||||
|
- "type: bug"
|
||||||
- "status: accepted"
|
- "status: accepted"
|
||||||
|
- "status: blocked"
|
||||||
|
- "status: in progress"
|
||||||
|
- "status: rebase required"
|
||||||
staleLabel: "resolution: stale"
|
staleLabel: "resolution: stale"
|
||||||
markComment: >
|
markComment: >
|
||||||
This issue has been automatically marked as stale because it has not had
|
This issue has been automatically marked as stale because it has not had
|
||||||
|
|
Loading…
Reference in New Issue