Consume half of the 1000 operations per hour limit of GitHub API
This commit is contained in:
parent
28ca75eca4
commit
c37be288a5
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v5
|
- uses: actions/stale@v5
|
||||||
with:
|
with:
|
||||||
|
operations-per-run: 500 # allow to consume half of the 1000 operations per hour limit of GitHub API
|
||||||
ascending: true # oldest issues first
|
ascending: true # oldest issues first
|
||||||
days-before-stale: 90
|
days-before-stale: 90
|
||||||
days-before-close: 60
|
days-before-close: 60
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user