Whitelist at stale.yml doesn't seem to work properly

...so switch to blacklist
This commit is contained in:
Ivan Blinkov 2019-10-21 00:01:49 +08:00 committed by GitHub
parent 8b8cc67873
commit 6832625271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
.github/stale.yml vendored
View File

@ -5,19 +5,19 @@ daysUntilStale: 45
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose: 14
daysUntilClose: 30
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels:
- st-need-info
- st-need-repro
- st-declined
- st-fixed
- st-unverified
- st-discussion
onlyLabels: []
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- bug
- feature
- memory
- performance
- prio-crit
- prio-major
- st-accepted
- st-in-progress
- st-waiting-for-fix