summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierrick Hymbert <pierrick.hymbert@gmail.com>2024-03-24 09:57:06 +0100
committerGitHub <noreply@github.com>2024-03-24 10:57:06 +0200
commitea279d56091b90fbbe063b598f5229d95f58ef68 (patch)
tree3cab7d2502b1cd84b1d718918d0dae1da0a02411
parent586e7bc561be88e929a9afca7e67d8ead00c53bd (diff)
ci : close inactive issue, increase operations per run (#6270)
-rw-r--r--.github/workflows/close-issue.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/close-issue.yml b/.github/workflows/close-issue.yml
index a151c678..7f21daec 100644
--- a/.github/workflows/close-issue.yml
+++ b/.github/workflows/close-issue.yml
@@ -19,5 +19,5 @@ jobs:
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
days-before-pr-stale: -1
days-before-pr-close: -1
- operations-per-run: 1000
+ operations-per-run: 10000
repo-token: ${{ secrets.GITHUB_TOKEN }}