update stalebot config

This commit is contained in:
sebthom
2022-10-03 10:34:14 +02:00
parent 728d2cd888
commit 143af008ae

7
.github/stale.yml vendored
View File

@@ -1,10 +1,10 @@
# Configuration for probot-stale - https://github.com/probot/stale # Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an issue becomes stale # Number of days of inactivity before an issue becomes stale
daysUntilStale: 60 daysUntilStale: 120
# Number of days of inactivity before a stale issue is closed # Number of days of inactivity before a stale issue is closed
daysUntilClose: 7 daysUntilClose: 14
# Issues with these labels will never be considered stale # Issues with these labels will never be considered stale
exemptLabels: exemptLabels:
@@ -19,7 +19,8 @@ staleLabel: wontfix
markComment: > markComment: >
This issue has been automatically marked as stale because it has not had This issue has been automatically marked as stale because it has not had
recent activity. It will be closed in 7 days if no further activity occurs. recent activity. It will be closed in 7 days if no further activity occurs.
Thank you for your contributions. If the issue is still valid, please add a respective comment to prevent this
issue from being closed automatically. Thank you for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable # Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false closeComment: false