Skip to content

Commit

Permalink
Relax the stalebot config
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed May 11, 2019
1 parent 564ef2f commit 4ca39e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -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: []
Expand All @@ -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
Expand Down

0 comments on commit 4ca39e9

Please sign in to comment.