mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 19:38:07 +00:00
Increase limit on stale.yml items processed
This commit is contained in:
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- uses: actions/stale@v7.0.0
|
- uses: actions/stale@v7.0.0
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
operations-per-run: 50
|
operations-per-run: 500
|
||||||
exempt-all-milestones: true
|
exempt-all-milestones: true
|
||||||
remove-stale-when-updated: true
|
remove-stale-when-updated: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user