Skip to content

Commit

Permalink
chore: run 1750 operations in stale action
Browse files Browse the repository at this point in the history
To capture all open issues and PRS
  • Loading branch information
SimenB committed Feb 26, 2022
1 parent 6a78699 commit 7826a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/close-stale.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
exempt-all-milestones: true
exempt-issue-labels: Pinned
exempt-draft-pr: true
operations-per-run: 1000
operations-per-run: 1750
stale-legacy:
name: 'Close year old issues and PRs'
runs-on: ubuntu-latest
Expand All @@ -39,4 +39,4 @@ jobs:
days-before-pr-close: 30
exempt-all-milestones: true
exempt-issue-labels: Pinned
operations-per-run: 1000
operations-per-run: 1750

0 comments on commit 7826a8f

Please sign in to comment.