Skip to content

Commit 7826a8f

Browse files
authored
chore: run 1750 operations in stale action
To capture all open issues and PRS
1 parent 6a78699 commit 7826a8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/close-stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
exempt-all-milestones: true
2323
exempt-issue-labels: Pinned
2424
exempt-draft-pr: true
25-
operations-per-run: 1000
25+
operations-per-run: 1750
2626
stale-legacy:
2727
name: 'Close year old issues and PRs'
2828
runs-on: ubuntu-latest
@@ -39,4 +39,4 @@ jobs:
3939
days-before-pr-close: 30
4040
exempt-all-milestones: true
4141
exempt-issue-labels: Pinned
42-
operations-per-run: 1000
42+
operations-per-run: 1750

0 commit comments

Comments
 (0)