Skip to content

Commit 4bc290d

Browse files
authored
Add operations-per-run limit to stale issues workflow (#6289)
Currently we are running everyday at 3am, it will grab 30 at a time (it does auto paginate), picks up where it left off. However, at this pace will take ~31 days to get through our issues. However when new issues are added, it starts over.
1 parent 1e7c2c3 commit 4bc290d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stale-issues.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ jobs:
3333
# Exclude PRs from closing or being marked as stale
3434
days-before-pr-stale: -1
3535
days-before-pr-close: -1
36-
36+
operations-per-run: 500
37+

0 commit comments

Comments
 (0)