Choices/.github/stale.yml

22 lines
922 B
YAML
Raw Normal View History

2018-10-27 18:14:42 +02:00
# Number of days of inactivity before an issue becomes stale
2019-02-04 09:45:21 +01:00
daysUntilStale: 100
2018-10-27 18:14:42 +02:00
# Number of days of inactivity before a stale issue is closed
2019-02-04 09:45:21 +01:00
daysUntilClose: 10
2018-10-27 18:14:42 +02:00
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
2018-10-28 11:58:18 +01:00
- feature request
2018-10-27 18:14:42 +02:00
# Label to use when marking an issue as stale
2018-10-28 11:58:18 +01:00
staleLabel: stale
2018-10-27 18:14:42 +02:00
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
2018-10-28 11:58:18 +01:00
Thanks for contributing to this issue. As it has been 60 days since the last
activity, this issue is being automatically closed. This is often because the
request was already solved in some way and it just wasn't updated or it's no
longer applicable. If that's not the case, please do feel free to either
reopen this issue or open a new one. We'll gladly take a look again!
2018-10-27 18:14:42 +02:00
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
2019-05-21 14:13:08 +02:00
only: issues