From 8df3c5c8383db6ee601f0ed8642cd554ee2234b6 Mon Sep 17 00:00:00 2001 From: Matteo Mortari Date: Mon, 5 Feb 2024 15:40:17 +0100 Subject: [PATCH] typo fix stale.yaml (#2257) Message `close-pr-message` was likely a wrong copy-paste from stale. This aligns `close-` messages. --- .github/workflows/stale.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index c1f3823a216..54e1c6a7dd6 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -36,8 +36,7 @@ jobs: recent activity. It will be closed if no further activity occurs. Thank you for your contributions. close-pr-message: > - This pull request has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. + This pull request has been automatically closed because it has not had recent + activity. Please comment "/reopen" to reopen it. stale-pr-label: lifecycle/stale exempt-pr-labels: lifecycle/frozen