diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index ec825e9f78b5d63b1e5530f07c2ae9677a01e6d4..014aeedfcc3b121e25af0c7f2aae1c79565a0cf3 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