diff options
author | narimiran <narimiran@disroot.org> | 2020-08-04 10:47:16 +0200 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2020-08-04 10:47:16 +0200 |
commit | e4710f893e2314a5479839d042a517b9b27f2535 (patch) | |
tree | a9b4979ae76cdb47bb032799e19bf64188fa7b77 | |
parent | 9b08c7b3754cf839492a0183125c70f1dedf6990 (diff) | |
download | Nim-e4710f893e2314a5479839d042a517b9b27f2535.tar.gz |
stalebot: don't send messages to keep spam down
-rw-r--r-- | .github/stale.yml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index 821efc268..811a43ff1 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -5,7 +5,7 @@ daysUntilStale: 550 # 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. -daysUntilClose: 20 +daysUntilClose: 30 # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) onlyLabels: [] @@ -32,11 +32,12 @@ exemptAssignees: false staleLabel: stale # Comment to post when marking as stale. Set to `false` to disable -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: 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. # Comment to post when removing the stale label. # unmarkComment: > |