Skip to content

Commit 896f59b

Browse files
Increase the daily stale issue action API call limit
1 parent 69ff0b1 commit 896f59b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/stale.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
# Start from the oldest issues
2121
ascending: true
2222

23+
# Upper limit for number of API calls per day
24+
# This worklfow does 2-3 API calls per issue
25+
# including issues that have been marked stale
26+
operations-per-run: 300
27+
2328
# The configuration below can be used to allow the same behaviour with PRs.
2429
# Since we currently don't want to close old PRs, it is commented out but
2530
# left here in case we change our mind.

0 commit comments

Comments
 (0)