mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Merge pull request #1125 from saltstack/rallytime-patch-1
Reduce the # of days an issue is stale to 6 months
This commit is contained in:
commit
17650d27a1
1 changed files with 2 additions and 1 deletions
3
.github/stale.yml
vendored
3
.github/stale.yml
vendored
|
@ -1,7 +1,8 @@
|
||||||
# Probot Stale configuration file
|
# Probot Stale configuration file
|
||||||
|
|
||||||
# Number of days of inactivity before an issue becomes stale
|
# Number of days of inactivity before an issue becomes stale
|
||||||
daysUntilStale: 200
|
# 182 days is roughly 6 months
|
||||||
|
daysUntilStale: 182
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue