Skip to content

Commit e0e738c

Browse files
ci: close inactive pull request (#2766)
Co-authored-by: CountBleck <[email protected]>
1 parent c22c078 commit e0e738c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/stale.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ jobs:
66
stale:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/stale@v6
9+
- uses: actions/stale@v8
1010
with:
1111
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed in one week if no further activity occurs. Thank you for your contributions!'
1212
stale-issue-label: 'stale'
13+
stale-pr-message: 'This PR has been automatically marked as stale because it has not had recent activity. It will be closed in one week if no further activity occurs. Thank you for your contributions!'
14+
close-pr-message: 'This PR has been automatically closed due to lack of recent activity, but feel free to reopen it as long as you merge in the main branch afterwards.'
1315
exempt-issue-labels: 'bug,enhancement,compatibility'
16+
exempt-pr-labels: 'breaking change'
17+
exempt-draft-pr: true
1418
exempt-all-milestones: true
1519
exempt-all-assignees: true
16-
days-before-stale: 30
20+
days-before-issue-stale: 30
21+
days-before-pr-stale: 60
1722
days-before-close: 7
18-
days-before-pr-stale: -1
19-
days-before-pr-close: -1

0 commit comments

Comments
 (0)