Skip to content

Commit 936b069

Browse files
committed
chore: increase operations per run
1 parent e6da5d8 commit 936b069

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/reusable-generated-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ jobs:
3030
only-issue-labels: 'This workflow should process only PRs - this ensures we finish processing issues early'
3131
days-before-issue-stale: -1
3232
days-before-issue-close: -1
33+
operations-per-run: 100

.github/workflows/reusable-stale-issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ jobs:
2626
only-pr-labels: 'This workflow should process only issues - this ensures we finish processing PRs early'
2727
days-before-pr-stale: -1
2828
days-before-pr-close: -1
29+
operations-per-run: 100

0 commit comments

Comments
 (0)