From 7510eb6f7286e1295f54fa388748779724b2485c Mon Sep 17 00:00:00 2001 From: SoftFever Date: Mon, 6 Nov 2023 13:07:30 +0800 Subject: [PATCH] Update orca_bot.yml --- .github/workflows/orca_bot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/orca_bot.yml b/.github/workflows/orca_bot.yml index 220b00e8945..17b1712382e 100644 --- a/.github/workflows/orca_bot.yml +++ b/.github/workflows/orca_bot.yml @@ -1,7 +1,7 @@ name: Orca bot on: schedule: - - cron: "30 1 * * *" + - cron: "*/5 * * * *" jobs: close-issues: @@ -14,9 +14,12 @@ jobs: with: days-before-issue-stale: 90 days-before-issue-close: 14 + operations-per-run: 200 stale-issue-label: "stale" stale-issue-message: "GitHub bot: this issue is stale because it has been open for 90 days with no activity." close-issue-message: "GitHub bot: 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 + remove-issue-stale-when-updated: true + remove-pr-stale-when-updated: true repo-token: ${{ secrets.GITHUB_TOKEN }}