Use any-of-labels for stalebot

[ci skip]
This commit is contained in:
shamoon 2022-07-02 17:51:39 -07:00 committed by GitHub
parent 68f0cf419b
commit d8cda7fc1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.github/stale.yml vendored
View File

@ -2,8 +2,7 @@
daysUntilStale: 30 daysUntilStale: 30
# Number of days of inactivity before a stale issue is closed # Number of days of inactivity before a stale issue is closed
daysUntilClose: 7 daysUntilClose: 7
onlyLabels: any-of-labels: unconfirmed,cant-reproduce,stale
- unconfirmed
# Label to use when marking an issue as stale # Label to use when marking an issue as stale
staleLabel: stale staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable # Comment to post when marking an issue as stale. Set to `false` to disable