From ef9ff99cea461b60a6fceb65b419fc4ba992c4cf Mon Sep 17 00:00:00 2001 From: SoftFever Date: Sun, 11 Feb 2024 12:07:07 +0800 Subject: [PATCH] fix Orca bot --- .github/workflows/orca_bot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/orca_bot.yml b/.github/workflows/orca_bot.yml index aaf275bd25..1580420c87 100644 --- a/.github/workflows/orca_bot.yml +++ b/.github/workflows/orca_bot.yml @@ -57,10 +57,6 @@ jobs: close-pr-label: not_planned # Remove stale label from PRs on updates remove-pr-stale-when-updated: true - # PR stale message - stale-issue-message: "Orca bot: this PR is stale because it has been open for 90 days with no activity." - # PR closure message - close-issue-message: "Orca bot: This PR was closed because it has been inactive for 7 days since being marked as stale." # Delete branch after closing a stale PR delete-branch: true