Skip to content

Commit

Permalink
Increase the stale action operations per run
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaureln committed Oct 13, 2023
1 parent 90241cd commit 29b70a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
stale-pr-message: 'This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 30 days. If you believe this PR is still relevant, please comment to keep it open. Thank you for your contributions.'
days-before-stale: 30
days-before-issue-close: 5
days-before-pr-close: 30
days-before-pr-close: 30
operations-per-run: 100

0 comments on commit 29b70a8

Please sign in to comment.