Skip to content

Commit b0b8bf6

Browse files
committed
Update to v6 and minor fixes
1 parent e276736 commit b0b8bf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stale-pull-requests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
stale:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/stale@v5
20+
- uses: actions/stale@v6
2121
with:
2222
debug-only: true
2323
# disable issues
@@ -32,8 +32,8 @@ jobs:
3232
close-pr-label: closed-due-inactivity
3333
days-before-pr-stale: ${{ env.BEFORE_STALE }}
3434
days-before-pr-close: ${{ env.BEFORE_CLOSE }}
35-
exempt-pr-labels: 'external contribution'
35+
exempt-pr-labels: 'external contribution :star:'
3636
exempt-draft-pr: true
3737
exempt-all-milestones: true
3838
remove-stale-when-updated: true
39-
operations-per-run: 60
39+
operations-per-run: 100

0 commit comments

Comments
 (0)