mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +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
|
# Number of days of inactivity before an issue becomes stale
|
||||||
# 600 is approximately 1 year and 8 months
|
# 600 is approximately 1 year and 8 months
|
||||||
daysUntilStale: 30
|
daysUntilStale: 90
|
||||||
|
|
||||||
# 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: false
|
||||||
|
|
||||||
# Issues with these labels will never be considered stale
|
# Issues with these labels will never be considered stale
|
||||||
exemptLabels:
|
exemptLabels:
|
||||||
|
@ -17,6 +17,7 @@ exemptLabels:
|
||||||
- Bug
|
- Bug
|
||||||
- Feature
|
- Feature
|
||||||
- Test Failure
|
- Test Failure
|
||||||
|
-ZD
|
||||||
|
|
||||||
# Label to use when marking an issue as stale
|
# Label to use when marking an issue as stale
|
||||||
staleLabel: stale
|
staleLabel: stale
|
||||||
|
|
Loading…
Add table
Reference in a new issue