Skip to content

Commit

Permalink
Bump max operations count. (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
dermotduffy authored Jun 10, 2023
1 parent 9180e60 commit 732ff6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
exempt-draft-pr: true
exempt-issue-labels: "pinned,security"
exempt-pr-labels: "pinned,security,dependencies"
operations-per-run: 120
operations-per-run: 1000
- name: Print outputs
run: echo ${{ join(steps.stale.outputs.*, ',') }}

0 comments on commit 732ff6f

Please sign in to comment.