1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-29 08:39:56 +01:00

23 lines
848 B
YAML
Raw Normal View History

2022-03-07 17:30:15 +09:00
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 180
# Number of days of inactivity before a stale issue is closed
2022-09-25 12:42:45 +09:00
daysUntilClose: 30
2022-03-07 17:30:15 +09:00
# Issues with these labels will never be considered stale
exemptLabels:
- dependencies
- security
# 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
2022-03-07 17:48:13 +09:00
recent activity. It will be closed if no further activity occurs.
You can remove the stale label with `/remove-stale` comment.
Thank you for your contributions.
# Comment to post when removing the stale label.
unmarkComment: >
/remove-stale
2022-03-07 17:30:15 +09:00
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
2022-03-07 17:48:13 +09:00
only: issues