Mark PRs stale after 7 days instead of 30 (#7528)

This commit is contained in:
Greg Fitzgerald 2019-12-17 14:37:35 -07:00 committed by GitHub
parent 84b07c81fd
commit 12bdef51f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
.github/stale.yml vendored
View File

@ -1,7 +1,7 @@
only: pulls
# Number of days of inactivity before a pull request becomes stale
daysUntilStale: 30
daysUntilStale: 7
# Number of days of inactivity before a stale pull request is closed
daysUntilClose: 7