Excavator: stale-bot closes PRs after 14 days of inactivity (#425)
This commit is contained in:
parent
1afb81590e
commit
36f105a220
1 changed files with 2 additions and 7 deletions
9
.github/stale.yml
vendored
9
.github/stale.yml
vendored
|
@ -1,5 +1,7 @@
|
||||||
# Excavator auto-updates this file. Please contribute improvements to the central template:
|
# Excavator auto-updates this file. Please contribute improvements to the central template:
|
||||||
|
|
||||||
|
only: pulls
|
||||||
|
staleLabel: stale
|
||||||
pulls:
|
pulls:
|
||||||
daysUntilStale: 14
|
daysUntilStale: 14
|
||||||
daysUntilClose: 7
|
daysUntilClose: 7
|
||||||
|
@ -8,10 +10,3 @@ pulls:
|
||||||
This PR has been automatically marked as stale because it has not been touched in the last 14 days.
|
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.
|
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
|
closeComment: false
|
||||||
staleLabel: stale
|
|
||||||
|
|
||||||
issues:
|
|
||||||
daysUntilStale: 120
|
|
||||||
daysUntilClose: false
|
|
||||||
exemptLabels: [ long-lived ]
|
|
||||||
staleLabel: wontfix
|
|
||||||
|
|
Loading…
Reference in a new issue