diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2019-05-08 18:46:13 +0300 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2019-05-08 18:46:13 +0300 |
| commit | 61c1d19f7125285fb580a6d6356c3f319bcbef18 (patch) | |
| tree | 6fd0a33931d6b64a7af8dc5424e4caa8aeca117e /.github | |
| parent | 58b02774a4fb15f14ff0731690a288b9e0c603fe (diff) | |
Tweak the daysUntilClose config for stalebot
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 67e5964..783ab9a 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -5,7 +5,7 @@ daysUntilStale: 30 # 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: 7 +daysUntilClose: 15 # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) onlyLabels: [] |
