mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Reduce the number of days an issue is stale by 25
As we ease into a more reasonable `daysUntilStale` value, this updates the time an issue will be marked as stale to about 3 years and 4 months.
This commit is contained in:
parent
b58a8ac2a1
commit
1601badeaa
1 changed files with 2 additions and 2 deletions
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
|
||||
# 1250 is approximately 3 years and 5 months
|
||||
daysUntilStale: 1250
|
||||
# 1225 is approximately 3 years and 4 months
|
||||
daysUntilStale: 1225
|
||||
|
||||
# Number of days of inactivity before a stale issue is closed
|
||||
daysUntilClose: 7
|
||||
|
|
Loading…
Add table
Reference in a new issue