diff options
author | narimiran <narimiran@disroot.org> | 2020-08-04 11:00:04 +0200 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2020-08-04 11:00:04 +0200 |
commit | 836660a2975ae783009501653f69f0c97cdd8b85 (patch) | |
tree | ad594af57d34d12a195e7caa5e525fbbf93c4961 /.github | |
parent | e4710f893e2314a5479839d042a517b9b27f2535 (diff) | |
download | Nim-836660a2975ae783009501653f69f0c97cdd8b85.tar.gz |
put stale limit at 3 years
It needs to be slowly brought down to limit the notifications and prevent excessive spamming.
Diffstat (limited to '.github')
-rw-r--r-- | .github/stale.yml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index 811a43ff1..31f1f7798 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Configuration for probot-stale - https://github.com/probot/stale # Number of days of inactivity before an Issue or Pull Request becomes stale -daysUntilStale: 550 +daysUntilStale: 1095 # Number of days of inactivity before an Issue or Pull Request with the stale label is closed. # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. @@ -32,12 +32,11 @@ exemptAssignees: false staleLabel: stale # Comment to post when marking as stale. Set to `false` to disable -markComment: false -# markComment: > -# This issue has been automatically marked as stale because it has not had -# recent activity. -# If you think it is still a valid issue, write a comment below; -# otherwise it will be closed. Thank you for your contributions. +markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. + If you think it is still a valid issue, write a comment below; + otherwise it will be closed. Thank you for your contributions. # Comment to post when removing the stale label. # unmarkComment: > |