Skip to content

Commit 748e22a

Browse files
authored
[ISSUE #4832] Downgrade stale bot to v8 to resolve state cache reserving error (#4833)
* Revert stale bot to v8 to resolve state cache reserving error * Reduce operations-per-run to default value to ease pressure * Unify yaml to yml
1 parent 229201c commit 748e22a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

Diff for: .github/workflows/stale.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
stale:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/stale@v9
34+
- uses: actions/stale@v8
3535
with:
3636
days-before-issue-stale: 90
3737
days-before-pr-stale: 60
@@ -47,3 +47,4 @@ jobs:
4747
exempt-issue-labels: 'pinned,discussion,help wanted,WIP,weopen-star,GLCC,summer of code'
4848
exempt-pr-labels: 'help wanted,dependencies'
4949
exempt-all-milestones: true # Exempt all issues/PRs with milestones from stale
50+
operations-per-run: 30

0 commit comments

Comments
 (0)