diff options
| -rw-r--r-- | .github/stale.yml | 6 |
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 |
