From 5433afd0c287c52805e26d4703e0ef86f529a310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Simard?= Date: Wed, 20 Sep 2023 00:23:01 -0400 Subject: [PATCH] Upped the number of operations from 30 to 100 Added the operations-per-run parameter, set it to 100 instead of the default 30. --- .github/workflows/close_stale_issues.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/close_stale_issues.yml b/.github/workflows/close_stale_issues.yml index 8a7c381c..edce5c4d 100644 --- a/.github/workflows/close_stale_issues.yml +++ b/.github/workflows/close_stale_issues.yml @@ -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.'