Update stale.yml

This commit is contained in:
Eran Hammer 2022-04-21 23:48:37 -07:00 committed by GitHub
parent a7c1b1d1e8
commit 218c61760e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.github/stale.yml vendored
View File

@ -1,11 +1,11 @@
# Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60
daysUntilStale: 30
# 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: 7
daysUntilClose: 3
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels: []
@ -25,7 +25,7 @@ exemptMilestones: true
exemptAssignees: true
# Label to use when marking as stale
staleLabel: wontfix
staleLabel: stale
# Comment to post when marking as stale. Set to `false` to disable
markComment: >