mirror of
https://github.com/goharbor/harbor
synced 2025-04-28 12:56:24 +00:00
Merge pull request #5983 from reasonerjt/upsate-stale-setting
Update the settings in stale.yml
This commit is contained in:
commit
002727d850
6
.github/stale.yml
vendored
6
.github/stale.yml
vendored
@ -1,10 +1,12 @@
|
||||
# Number of days of inactivity before an issue becomes stale
|
||||
daysUntilStale: 60
|
||||
daysUntilStale: 90
|
||||
# Number of days of inactivity before a stale issue is closed
|
||||
daysUntilClose: 7
|
||||
daysUntilClose: 21
|
||||
# Issues with these labels will never be considered stale
|
||||
exemptLabels:
|
||||
- backlog
|
||||
- kind/debt
|
||||
- need-triage
|
||||
# Label to use when marking an issue as stale
|
||||
staleLabel: staled
|
||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||
|
Loading…
x
Reference in New Issue
Block a user