diff options
author | narimiran <narimiran@disroot.org> | 2020-08-24 13:44:19 +0200 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2020-08-24 13:44:19 +0200 |
commit | 5651a2f711ae0ce3eb86400646ca2b7e9ab2988a (patch) | |
tree | 460ef8ed0699dcd4a37d11b50e0c17d803f4d89d /.github | |
parent | 8321617a7845f01f1e60e0b00f275345b15845e9 (diff) | |
download | Nim-5651a2f711ae0ce3eb86400646ca2b7e9ab2988a.tar.gz |
PRs with no activity in last year are marked as stale
Diffstat (limited to '.github')
-rw-r--r-- | .github/stale.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index 7825ad58d..c175f64a0 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: 730 +daysUntilStale: 365 # 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. |