Skip to content

Commit c37be28

Browse files
committed
Consume half of the 1000 operations per hour limit of GitHub API
1 parent 28ca75e commit c37be28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/stale@v5
1515
with:
16+
operations-per-run: 500 # allow to consume half of the 1000 operations per hour limit of GitHub API
1617
ascending: true # oldest issues first
1718
days-before-stale: 90
1819
days-before-close: 60

0 commit comments

Comments
 (0)