1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-10 12:16:34 +03:00
tabby/.github/stale.yml

19 lines
708 B
YAML
Raw Normal View History

2018-08-26 14:40:26 +03:00
# Number of days of inactivity before an issue becomes stale
2019-10-12 00:56:57 +03:00
daysUntilStale: 180
2018-08-26 14:40:26 +03:00
# Number of days of inactivity before a stale issue is closed
2019-10-12 00:56:57 +03:00
daysUntilClose: 90
2018-08-26 14:40:26 +03:00
# Issues with these labels will never be considered stale
exemptLabels:
- "T: Enhancement"
2019-05-24 12:22:45 +03:00
- "S: Confirmed"
2018-08-26 14:40:26 +03:00
# Label to use when marking an issue as stale
staleLabel: "S: 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 in two weeks unless you comment.
Thank you for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false