From ecb0ffed9218d52b591cc8ccf08714f4c748aa57 Mon Sep 17 00:00:00 2001
From: "Daniel W. Anner" <daniel.anner@danstechsupport.com>
Date: Thu, 27 Jul 2023 16:39:10 -0400
Subject: [PATCH] Updating wording (#1501)

---
 .github/workflows/stale.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index ec825e9f..014aeedf 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -12,7 +12,7 @@ jobs:
       - uses: actions/stale@v5
         with:
           close-pr-message: >
-            This PR has been automatically closed due to lack of activity.
+            This PR has been automatically closed due to lack of activity. Please reopen if you would like to to re-review it.
           days-before-stale: 30
           days-before-close: 7
           operations-per-run: 100
-- 
GitLab