mirror of
https://github.com/YTVanced/Vanced
synced 2024-11-13 06:15:06 +00:00
more permissive staling
This commit is contained in:
parent
001f31a9c5
commit
eb8989b3e7
1 changed files with 3 additions and 2 deletions
5
.github/stale.yml
vendored
5
.github/stale.yml
vendored
|
@ -1,12 +1,13 @@
|
|||
# Number of days of inactivity before an issue becomes stale
|
||||
daysUntilStale: 14
|
||||
daysUntilStale: 60
|
||||
# Number of days of inactivity before a stale issue is closed
|
||||
daysUntilClose: 3
|
||||
daysUntilClose: 15
|
||||
# Issues with these labels will never be considered stale
|
||||
exemptLabels:
|
||||
- pinned
|
||||
- security
|
||||
- willfix
|
||||
- enhancement
|
||||
# Label to use when marking an issue as stale
|
||||
staleLabel: wontfix
|
||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||
|
|
Loading…
Reference in a new issue