There was an error while loading. Please reload this page.
1 parent e90419b commit a7cf021Copy full SHA for a7cf021
.github/workflows/close-inactive-pr.yml
@@ -17,8 +17,8 @@ jobs:
17
stale-issue-label: 'stale'
18
stale-issue-message: 'This issue is stale because it has been open for 15 days with no activity.'
19
exempt-issue-labels: 'long-term'
20
- days-before-pr-stale: 15
21
- days-before-pr-close: 5
+ days-before-pr-stale: 10
+ days-before-pr-close: 2
22
stale-pr-label: 'stale'
23
stale-pr-message: 'This pull request is stale because it has been open for 15 days with no activity.'
24
close-pr-message: 'This pull request was closed because it has been inactive for 5 days since being marked as stale.'
0 commit comments