Skip to content

Commit 5d68dac

Browse files
authored
Merge pull request #4588 from pi-hole/stale
Fix stale label to stale
2 parents 3cd662e + 2f4c4d9 commit 5d68dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
days-before-stale: 30
2020
days-before-close: 5
2121
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days.'
22-
stale-issue-label: 'Submitter Attention Required'
22+
stale-issue-label: 'stale'
2323
exempt-issue-labels: 'Internal, Fixed in next release, Bug: Confirmed'
2424
exempt-all-issue-assignees: true
2525
operations-per-run: 300

0 commit comments

Comments
 (0)