Skip to content

Commit

Permalink
Upped the number of operations from 30 to 100
Browse files Browse the repository at this point in the history
Added the operations-per-run parameter, set it to 100 instead of the default 30.
  • Loading branch information
fredericsimard authored Sep 20, 2023
1 parent 2092ba7 commit 5433afd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/close_stale_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/stale@v4.1.1
with:
repo-token: ${{ env.CREDENTIALS }}
operations-per-run: 100
days-before-stale: 120
days-before-close: 60
stale-issue-message: 'This discussion has been automatically marked as stale because it has not had recent activity. It will be closed in 60 days if no further activity occurs. Thank you for your contributions.'
Expand Down

0 comments on commit 5433afd

Please sign in to comment.