From 84bb330ce9c6938169c6fb5e02e48e7b4ca7f99e Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 24 Oct 2022 16:29:15 -0400 Subject: [PATCH] .github/workflows: update PR stale message to not mislead Signed-off-by: Patrik Oldsberg --- .github/workflows/automate_stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/automate_stale.yml b/.github/workflows/automate_stale.yml index 35b0a8c0a6..51bf41d61a 100644 --- a/.github/workflows/automate_stale.yml +++ b/.github/workflows/automate_stale.yml @@ -22,7 +22,8 @@ jobs: stale-pr-message: > This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. - If you are the author and the PR has been closed, feel free to re-open the PR and continue the contribution! + If the PR was closed and you want it re-opened, let us know + and we'll re-open the PR so that you can continue the contribution! days-before-pr-stale: 7 days-before-pr-close: 5 exempt-pr-labels: after-vacations,will-fix