From 29b70a8fb01d76f68b13de3a5a70e5675762a2a3 Mon Sep 17 00:00:00 2001 From: Alex N'Guessan Date: Fri, 13 Oct 2023 12:31:05 +0000 Subject: [PATCH] Increase the stale action operations per run --- .github/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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