Skip to content

Commit c79d1ad

Browse files
matthew29tangcopybara-github
authored andcommitted
chore: Upgrade stalebot action to use v10 (due to Node20 deprecation)
PiperOrigin-RevId: 933916495
1 parent 46b0b7e commit c79d1ad

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/google-contributor-stale.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ jobs:
1414
issues: write
1515

1616
steps:
17-
- uses: actions/stale@v5
17+
- uses: actions/stale@v10
1818
with:
1919
repo-token: ${{ secrets.GITHUB_TOKEN }}
2020
any-of-labels: "google-contributor"
2121
days-before-pr-stale: 14
2222
days-before-pr-close: 0
23+
operations-per-run: 100
2324
stale-pr-label: "status:stale"
2425
exempt-pr-labels: "override-stale"
2526
close-pr-message: >

.github/workflows/stale.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ jobs:
1414
issues: write
1515

1616
steps:
17-
- uses: actions/stale@v5
17+
- uses: actions/stale@v10
1818
with:
1919
repo-token: ${{ secrets.GITHUB_TOKEN }}
2020
days-before-issue-stale: 7
2121
days-before-issue-close: 2
22+
operations-per-run: 100
2223
stale-issue-label: "status:stale"
2324
close-issue-reason: not_planned
2425
any-of-labels: "status:awaiting user response"

0 commit comments

Comments
 (0)