aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2019-05-11 10:43:48 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2019-05-11 10:43:48 +0300
commit4ca39e90268d578d423a173e4fec4ad922030934 (patch)
tree5b09daa9cd73dd6929f28d71e0643d5815ff3a56 /.github
parent564ef2f7e6066674783afd7dc04bdcec31a660da (diff)
Relax the stalebot config
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index 813ac13..a41ce06 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: 30
+daysUntilStale: 90
# 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: 15
+daysUntilClose: 30
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels: []
@@ -23,7 +23,7 @@ exemptProjects: false
exemptMilestones: true
# Set to true to ignore issues with an assignee (defaults to false)
-exemptAssignees: false
+exemptAssignees: true
# Label to use when marking as stale
staleLabel: Stale