Consume half of the 1000 operations per hour limit of GitHub API

This commit is contained in:
Adrien Crivelli 2022-11-17 09:45:21 +01:00
parent 28ca75eca4
commit c37be288a5
No known key found for this signature in database
GPG Key ID: 16D79B903B4B5874

View File

@ -13,6 +13,7 @@ jobs:
steps:
- uses: actions/stale@v5
with:
operations-per-run: 500 # allow to consume half of the 1000 operations per hour limit of GitHub API
ascending: true # oldest issues first
days-before-stale: 90
days-before-close: 60