mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-04 09:50:03 +01:00
3dadd97bbc
* Exempt more labels from being marked as stale
* Order alphabetically and add suggestions
Also don't go deeper I guess 👀
19 lines
645 B
YAML
19 lines
645 B
YAML
daysUntilStale: 60
|
|
daysUntilClose: 7
|
|
exemptLabels:
|
|
- "for: future"
|
|
- "type: bug"
|
|
- "status: accepted"
|
|
- "status: blocked"
|
|
- "status: in progress"
|
|
- "status: rebase required"
|
|
staleLabel: "resolution: stale"
|
|
markComment: >
|
|
This issue has been automatically marked as stale because it has not had
|
|
recent activity. It will be closed if no further activity occurs. Thank you
|
|
for your contributions.
|
|
closeComment: >
|
|
This issue has been automatically closed because it has not had activity in
|
|
a long time. If the issue still applies to the most recent supported
|
|
version, please open a new issue referencing this original issue.
|