mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
feat: add stalebot config
This commit is contained in:
parent
4a9b8feb6f
commit
5165f342b7
23
.github/stale.yml
vendored
Normal file
23
.github/stale.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
limitPerRun: 30
|
||||||
|
daysUntilStale: 30
|
||||||
|
daysUntilClose: 7
|
||||||
|
|
||||||
|
exemptLabels:
|
||||||
|
- pinned
|
||||||
|
- security
|
||||||
|
- "[Status] Maybe Later"
|
||||||
|
|
||||||
|
exemptAssignees: true
|
||||||
|
|
||||||
|
staleLabel: wontfix
|
||||||
|
|
||||||
|
pulls:
|
||||||
|
markComment: >
|
||||||
|
This pull request 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.
|
||||||
|
issues:
|
||||||
|
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.
|
Loading…
Reference in New Issue
Block a user