diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2024-03-17 19:51:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-17 18:51:57 +0100 |
commit | cd776c37c945bf58efc8fe44b370456680cb1b59 (patch) | |
tree | 498d99fbb4a6c569d20ad0a872a1ce062ee6ac9e | |
parent | dc0f6125487dcfbff913360f9d877bc0ccf6aa57 (diff) |
ci : close all stale issues at once (#6115)
-rw-r--r-- | .github/workflows/close-issue.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/close-issue.yml b/.github/workflows/close-issue.yml index bc08a72d..2682f308 100644 --- a/.github/workflows/close-issue.yml +++ b/.github/workflows/close-issue.yml @@ -19,4 +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 repo-token: ${{ secrets.GITHUB_TOKEN }} |