diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 6e7f6de..4c8a11f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -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 \ No newline at end of file + days-before-pr-close: 30 + operations-per-run: 100 \ No newline at end of file