Excavator: stale-bot closes PRs after 14 days of inactivity (#424)
This commit is contained in:
parent
6d4aa25f26
commit
1afb81590e
1 changed files with 7 additions and 2 deletions
9
.github/stale.yml
vendored
9
.github/stale.yml
vendored
|
@ -1,7 +1,5 @@
|
|||
# Excavator auto-updates this file. Please contribute improvements to the central template:
|
||||
|
||||
only: pulls
|
||||
staleLabel: stale
|
||||
pulls:
|
||||
daysUntilStale: 14
|
||||
daysUntilClose: 7
|
||||
|
@ -10,3 +8,10 @@ pulls:
|
|||
This PR has been automatically marked as stale because it has not been touched in the last 14 days.
|
||||
If you'd like to keep it open, please leave a comment or add the 'long-lived' label, otherwise it'll be closed in 7 days.
|
||||
closeComment: false
|
||||
staleLabel: stale
|
||||
|
||||
issues:
|
||||
daysUntilStale: 120
|
||||
daysUntilClose: false
|
||||
exemptLabels: [ long-lived ]
|
||||
staleLabel: wontfix
|
||||
|
|
Loading…
Reference in a new issue