mirror of
https://github.com/alexgo-io/stacks-subnets.git
synced 2026-01-12 16:53:24 +08:00
chore: tweak stale bot settings
Changes: - wait 1 yr before marking issues stale. Even at 180 days, many important issues keep going stale. - add more labels to exempt list. - wait 30 days before closing stale issues.
This commit is contained in:
7
.github/stale.yml
vendored
7
.github/stale.yml
vendored
@@ -1,11 +1,14 @@
|
||||
# Number of days of inactivity before an issue becomes stale
|
||||
daysUntilStale: 180
|
||||
daysUntilStale: 365
|
||||
# Number of days of inactivity before a stale issue is closed
|
||||
daysUntilClose: 7
|
||||
daysUntilClose: 30
|
||||
# Issues with these labels will never be considered stale
|
||||
exemptLabels:
|
||||
- pinned
|
||||
- security
|
||||
- stacks-2.1
|
||||
- consensus-critical
|
||||
- clarity
|
||||
# Label to use when marking an issue as stale
|
||||
staleLabel: stale
|
||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||
|
||||
Reference in New Issue
Block a user