Skip to content

Commit

Permalink
Increase stale PR timer from 15 to 30 days
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Sep 17, 2024
1 parent c79c664 commit 7167f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# Pull request parameters
close-pr-message: >
This PR has been automatically closed due to lack of activity.
days-before-pr-stale: 15
days-before-pr-stale: 30
days-before-pr-close: 15
exempt-pr-labels: 'status: blocked'
stale-pr-label: 'pending closure'
Expand Down

0 comments on commit 7167f20

Please sign in to comment.