From 25bea799bdf1275766b4dbe33239d11a61981e14 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 3 Apr 2024 22:45:38 +0200 Subject: [PATCH] Update .github/workflows/stale.yml Co-authored-by: Bruno Oliveira --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f86cae6bb..82f9a1f25 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,7 +17,7 @@ jobs: days-before-issue-close: 7 only-labels: "status: needs information" stale-issue-label: "stale" - stale-issue-message: "This issue is stale because requested follow-up information was not provided for 14 days." - close-issue-message: "This issue was closed because follow-up information has not been provided for 7 days since being marked as stale." + stale-issue-message: "This issue is stale because it has the `status: needs information` label and requested follow-up information was not provided for 14 days." + close-issue-message: "This issue was closed because it has the `status: needs information` label and follow-up information has not been provided for 7 days since being marked as stale." days-before-pr-stale: -1 days-before-pr-close: -1