mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-16 14:32:18 +00:00
CI: Increase stalebot operations per run to 500
No need to limit ourselves to 30 API calls per run :^)
This commit is contained in:
parent
ea58dbd507
commit
681531d0e5
Notes:
github-actions[bot]
2024-12-07 21:08:30 +00:00
Author: https://github.com/gmta
Commit: 681531d0e5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
|||
# replace `uses:` below with upstream actions/stale when https://github.com/actions/stale/issues/1136 is fixed
|
||||
- uses: itchyny/actions-stale@0980a21d84c23bd4d8c62b0958f47f25822286f2
|
||||
with:
|
||||
operations-per-run: 500
|
||||
|
||||
# Leave issues alone.
|
||||
days-before-issue-stale: -1
|
||||
days-before-issue-close: -1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue