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