Skip to content

Commit

Permalink
patch stale.yml
Browse files Browse the repository at this point in the history
Correction to daysUntilStale so that PRs close after a total of 30 days of inactivity.
  • Loading branch information
scott christian mccallum committed Aug 24, 2021
1 parent ab2e098 commit d072be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Configuration for probot-stale - https://github.com/probot/stale
daysUntilStale: 30
daysUntilStale: 23
daysUntilClose: 7
staleLabel: stale
markComment: >
Expand Down

0 comments on commit d072be5

Please sign in to comment.