diff options
author | narimiran <narimiran@disroot.org> | 2020-08-17 09:11:33 +0200 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2020-08-17 09:11:33 +0200 |
commit | 39906c52c4fd075b813bc1e0f65a9e25a8e9e95a (patch) | |
tree | d8cc90f37699cfe3632b2c3a4a80ebbd3516edd6 /.github/stale.yml | |
parent | c9fdad2c21a6394daec70e9d0e215176b69783ac (diff) | |
download | Nim-39906c52c4fd075b813bc1e0f65a9e25a8e9e95a.tar.gz |
stale bot is now active only for pull requests
Diffstat (limited to '.github/stale.yml')
-rw-r--r-- | .github/stale.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index e314fa55e..7825ad58d 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: 1095 +daysUntilStale: 730 # 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. @@ -37,9 +37,9 @@ 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 + This pull request 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; + If you think it is still a valid PR, please rebase it on the latest devel; otherwise it will be closed. Thank you for your contributions. # Comment to post when removing the stale label. @@ -54,7 +54,7 @@ markComment: > limitPerRun: 20 # Limit to only `issues` or `pulls` -# only: issues +only: pulls # Optionally, specify configuration settings that are specific to just 'issues' or 'pulls': # pulls: |