mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
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.
22 lines
799 B
YAML
22 lines
799 B
YAML
# Number of days of inactivity before an issue becomes stale
|
|
daysUntilStale: 365
|
|
# Number of days of inactivity before a stale issue is closed
|
|
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
|
|
markComment: >
|
|
This issue has been automatically marked as stale because it has not had
|
|
recent activity. It will be closed if no further activity occurs. Thank you
|
|
for your contributions.
|
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
|
closeComment: >
|
|
This issue has been automatically closed. Please reopen if needed.
|