Skip to content

Commit

Permalink
Increase issue mgmt ops per run
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Aug 30, 2023
1 parent 13e6653 commit 68a23c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/issues-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- uses: actions/stale@v8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# Increase max operations.
# When using GITHUB_TOKEN, the rate limit is 1,000 requests per hour per repository.
operations-per-run: 500
# Handle stale issues
stale-issue-label: 'stale'
# Exemptions
Expand Down

0 comments on commit 68a23c3

Please sign in to comment.