Skip to content

Commit

Permalink
Relax stale to 180 days (#2331)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdye committed Oct 13, 2022
1 parent c677ced commit 7d3c3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/stale.yml
@@ -1,7 +1,7 @@
# Configuration for probot-stale - https://github.com/probot/stale

# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60
daysUntilStale: 180

# Number of days of inactivity before a stale Issue or Pull Request is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
Expand Down

0 comments on commit 7d3c3f0

Please sign in to comment.