Skip to content

Commit

Permalink
probot: update stale dates
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jan 25, 2022
1 parent 33fc960 commit 3e7ce18
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
Expand Up @@ -14,7 +14,7 @@ onlyLabels: []
exemptLabels: []

# Set to true to ignore issues in a project (defaults to false)
exemptProjects: true
exemptProjects: false

# Set to true to ignore issues in a milestone (defaults to false)
exemptMilestones: true
Expand Down Expand Up @@ -47,7 +47,7 @@ limitPerRun: 30

# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
pulls:
daysUntilStale: 30
daysUntilStale: 90
daysUntilClose: 30
markComment: >
Hi!
Expand Down Expand Up @@ -79,4 +79,4 @@ pulls:
# issues:
# exemptLabels:
# - confirmed
# - confirmed

0 comments on commit 3e7ce18

Please sign in to comment.