From 35f39df1f93ca5d15e3538c4a3f43188668962aa Mon Sep 17 00:00:00 2001 From: Eldenroot Date: Wed, 14 Feb 2024 14:30:26 +0100 Subject: [PATCH] Update orca_bot.yml (#4044) * Update orca_bot.yml My mistake, now should be fixed. https://github.com/SoftFever/OrcaSlicer/commit/ef9ff99cea461b60a6fceb65b419fc4ba992c4cf * 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 1580420c87..d69c263174 100644 --- a/.github/workflows/orca_bot.yml +++ b/.github/workflows/orca_bot.yml @@ -57,6 +57,9 @@ jobs: close-pr-label: not_planned # Remove stale label from PRs on updates remove-pr-stale-when-updated: true + # PR stale message + stale-pr-message: "Orca bot: this PR is stale because it has been open for XX days with no activity." + # PR closure message + close-pr-message: "Orca bot: This PR was closed because it has been inactive for X days since being marked as stale." # Delete branch after closing a stale PR delete-branch: true -