Skip to content

Commit

Permalink
increase operations-per-run for stale action bot as default 30 is exc…
Browse files Browse the repository at this point in the history
…eeding the limit and operations are exiting (#220)

Co-authored-by: rajuu <[email protected]>
  • Loading branch information
umaveerabasaveswararao and rajuu authored Jul 22, 2024
1 parent ee74a0a commit aa3b383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
operations-per-run: 200
# timing
days-before-stale: 60 # 60 days of inactivity
days-before-close: 30 # 30 more days of inactivity
Expand Down

0 comments on commit aa3b383

Please sign in to comment.