mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 06:41:40 +00:00
update stale no close
update configuration to not close issues
This commit is contained in:
parent
5c83219b45
commit
dacb715ae0
1 changed files with 3 additions and 2 deletions
5
.github/stale.yml
vendored
5
.github/stale.yml
vendored
|
@ -2,10 +2,10 @@
|
|||
|
||||
# Number of days of inactivity before an issue becomes stale
|
||||
# 600 is approximately 1 year and 8 months
|
||||
daysUntilStale: 30
|
||||
daysUntilStale: 90
|
||||
|
||||
# Number of days of inactivity before a stale issue is closed
|
||||
daysUntilClose: 7
|
||||
daysUntilClose: false
|
||||
|
||||
# Issues with these labels will never be considered stale
|
||||
exemptLabels:
|
||||
|
@ -17,6 +17,7 @@ exemptLabels:
|
|||
- Bug
|
||||
- Feature
|
||||
- Test Failure
|
||||
-ZD
|
||||
|
||||
# Label to use when marking an issue as stale
|
||||
staleLabel: stale
|
||||
|
|
Loading…
Add table
Reference in a new issue