gitui/.github/stale.yml

19 lines
718 B
YAML
Raw Normal View History

2020-05-22 00:53:07 +03:00
# Number of days of inactivity before an issue becomes stale
2022-01-09 18:59:39 +03:00
daysUntilStale: 180
2020-05-22 00:53:07 +03:00
# Number of days of inactivity before a stale issue is closed
2022-01-09 18:59:39 +03:00
daysUntilClose: 14
2020-05-22 00:53:07 +03:00
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
2021-01-24 18:16:00 +03:00
- nostale
2020-05-22 00:53:07 +03:00
# Label to use when marking an issue as stale
staleLabel: dormant
2020-05-22 00:53:07 +03:00
# 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
2022-01-09 18:59:39 +03:00
any activity half a year. It will be closed in 14 days if no further activity occurs. Thank you
2020-05-22 00:53:07 +03:00
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
2021-01-24 18:16:00 +03:00
closeComment: false