Skip to content

Commit

Permalink
bump operations to 125 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rcomer authored Mar 19, 2023
1 parent 738ead8 commit a0eaa27
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 @@ -11,7 +11,7 @@ jobs:
- uses: actions/stale@v7
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
operations-per-run: 100
operations-per-run: 125
stale-pr-message: 'Since this Pull Request has not been updated in 60 days, it has been marked "inactive." This does not mean that it will be closed, though it may be moved to a "Draft" state. This helps maintainers prioritize their reviewing efforts. You can pick the PR back up anytime - please ping us if you need a review or guidance to move the PR forward! If you do not plan on continuing the work, please let us know so that we can either find someone to take the PR over, or close it.'
stale-pr-label: 'inactive'
days-before-pr-stale: 60
Expand Down

0 comments on commit a0eaa27

Please sign in to comment.