Skip to content

Commit 030a0ce

Browse files
fix: stale workflow (#2846)
1 parent 7ee8f4c commit 030a0ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
remove-stale-when-updated: true
2929
only-issue-types: 'bug'
3030
stale-issue-label: 'stale'
31-
close-issue-label: 'stale'
31+
close-issue-label: 'stale-to-close'
3232
operations-per-run: 500
3333

3434
stale-prs:
@@ -45,5 +45,5 @@ jobs:
4545
days-before-pr-close: 7
4646
remove-stale-when-updated: true
4747
stale-pr-label: 'stale'
48-
close-pr-label: 'stale'
48+
close-pr-label: 'stale-to-close'
4949
operations-per-run: 500

0 commit comments

Comments
 (0)