diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2019-09-04 07:21:01 -0300 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2019-09-04 07:21:01 -0300 |
| commit | 17316d7f16957152a3539438d61d8ef07b2707fd (patch) | |
| tree | a81ed5cfcda02f12d05e3f4f1ec846c0b3ad4723 /.github | |
| parent | 00a44a0c362396872348cfd42a3677211bd03348 (diff) | |
Relax the stalebot config
Diffstat (limited to '.github')
| -rw-r--r-- | .github/stale.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index a41ce06..678f5c8 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,11 +1,11 @@ # Configuration for probot-stale - https://github.com/probot/stale # Number of days of inactivity before an Issue or Pull Request becomes stale -daysUntilStale: 90 +daysUntilStale: 180 # 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: 30 +daysUntilClose: 90 # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) onlyLabels: [] |
