Skip to content

Commit

Permalink
Update stale config following (elastic#30082)
Browse files Browse the repository at this point in the history
Resolves elastic#30081
  • Loading branch information
jlind23 authored Jan 31, 2022
1 parent 70ce544 commit ddcf2e5
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: 335
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.
daysUntilClose: 30
daysUntilClose: 180

# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels: []
Expand Down Expand Up @@ -48,7 +48,7 @@ limitPerRun: 30

# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
pulls:
daysUntilStale: 90
daysUntilStale: 60
daysUntilClose: 30
markComment: >
Hi!
Expand Down

0 comments on commit ddcf2e5

Please sign in to comment.