mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-22 06:25:15 +01:00
[ci skip] add stale bot configuration
This commit is contained in:
parent
2a44498a54
commit
5e220bcb5b
1 changed files with 13 additions and 0 deletions
13
.github/stale.yml
vendored
Normal file
13
.github/stale.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
daysUntilStale: 60
|
||||
daysUntilClose: 7
|
||||
exemptLabels:
|
||||
- "status: accepted"
|
||||
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.
|
Loading…
Reference in a new issue