Skip to content

Commit 10a03d9

Browse files
Copilotrbtr
andcommitted
Update stale workflow to fix issues with dependabot PRs and issue closing
Co-authored-by: rbtr <[email protected]>
1 parent 0460f95 commit 10a03d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/stale.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ jobs:
1616
id: stale
1717
with:
1818
ascending: true
19-
close-issue-message: 'Issue closed due to inactivity.'
2019
close-pr-message: 'Pull request closed due to inactivity.'
2120
days-before-close: 7
2221
days-before-stale: 14
2322
delete-branch: true
2423
exempt-issue-labels: 'exempt-stale'
24+
exempt-pr-labels: 'exempt-stale,dependencies,ci'
25+
exempt-pr-authors: 'dependabot[bot]'
2526
operations-per-run: 100
26-
stale-issue-message: 'This issue is stale because it has been open for 2 weeks with no activity. Remove stale label or comment or this will be closed in 7 days'
27+
stale-issue-message: 'This issue is stale because it has been open for 2 weeks with no activity. Remove stale label or comment to keep it open.'
2728
stale-pr-message: 'This pull request is stale because it has been open for 2 weeks with no activity. Remove stale label or comment or this will be closed in 7 days'
2829
- name: Print outputs
2930
run: echo ${{ join(steps.stale.outputs.*, ',') }}

0 commit comments

Comments
 (0)