Skip to content
Snippets Groups Projects
Unverified Commit 7a9d93a1 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

chore: bump operations-per-run for stale action (#9222)

parent 1185a464
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@ jobs:
steps:
- uses: actions/stale@v3.0.18
with:
# Rate limit per run, defaults to 30.
operations-per-run: 30
# Rate limit per run, (defaults to 30, but we've increased it to 40 for now).
operations-per-run: 40
# Only issues with both `reproduction:needed` and `type:bug` will be touched by the stale bot.
only-issue-labels: 'reproduction:needed,type:bug'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment