mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #46466 from rallytime/stale-config-update
Reduce the number of days an issue is stale by 10
This commit is contained in:
commit
ce86ddd754
4
.github/stale.yml
vendored
4
.github/stale.yml
vendored
@ -1,8 +1,8 @@
|
||||
# Probot Stale configuration file
|
||||
|
||||
# Number of days of inactivity before an issue becomes stale
|
||||
# 790 is approximately 2 years and 2 months
|
||||
daysUntilStale: 790
|
||||
# 780 is approximately 2 years and 2 months
|
||||
daysUntilStale: 780
|
||||
|
||||
# Number of days of inactivity before a stale issue is closed
|
||||
daysUntilClose: 7
|
||||
|
Loading…
Reference in New Issue
Block a user