hacks-guide-minimal-mistake.../.github/stale.yml

23 lines
1.2 KiB
YAML
Raw Normal View History

2017-09-12 15:41:26 +02:00
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 30
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
2017-09-12 21:23:13 +02:00
- "Status: Accepted"
- "Status: Under Consideration"
2020-10-28 14:20:07 +01:00
- "Status: Review Needed"
2017-09-12 15:41:26 +02:00
# Label to use when marking an issue as stale
2017-09-12 16:35:25 +02:00
staleLabel: "Status: Stale"
2017-09-12 15:41:26 +02:00
# Comment to post when marking an issue as stale. Set to `false` to disable
2017-10-03 19:53:19 +02:00
markComment: |
2017-10-04 18:21:22 +02:00
This issue has been automatically marked as stale because it has not had recent activity.
If this is a **bug** and you can still reproduce this error on the `master` branch, please reply with any additional information you have about it in order to keep the issue open.
If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.
This issue will automatically be closed in 7 days if no further activity occurs. Thank you for all your contributions.
2017-09-12 15:41:26 +02:00
# Comment to post when closing a stale issue. Set to `false` to disable
2017-09-12 16:35:25 +02:00
closeComment: false