Merge pull request #10038 from KlausBenndorf/stalebot

do not stale issues with `bug` or `pull request accepted` labels
This commit is contained in:
Tim Schaub
2019-09-26 23:48:57 +02:00
committed by GitHub

2
.github/stale.yml vendored
View File

@@ -6,6 +6,8 @@ daysUntilClose: 7
exemptLabels:
- blocker
- regression
- bug
- 'pull request accepted'
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable