Skip to content

Commit

Permalink
Increase limit on stale.yml items processed
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaileychess committed Mar 4, 2023
1 parent 42ee479 commit 32a6744
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 @@ -18,7 +18,7 @@ jobs:
- uses: actions/stale@v7.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
operations-per-run: 50
operations-per-run: 500
exempt-all-milestones: true
remove-stale-when-updated: true

Expand Down

0 comments on commit 32a6744

Please sign in to comment.