diff --git a/.github/stale.yml b/.github/stale.yml
index 50af4e8..563a9b5 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -30,19 +30,19 @@ staleLabel: "status: stale"
 
 # Comment to post when marking as stale. Set to `false` to disable
 markComment: >
-  This issue has been automatically marked as stale because it has not had
-  recent activity. Please add a comment bumping this issue if you're still
+  This issue or PR has been automatically marked as stale because it has not had
+  recent activity. Please add a comment bumping this if you're still
   interested in it's resolution! Thanks for your help, please let us know
   if you need anything else.
 
 # Comment to post when removing the stale label.
 unmarkComment: >
-  This issue has been bumped and is no longer marked as stale! Feel free
+  This issue or PR has been bumped and is no longer marked as stale! Feel free
   to bump it again in the future, if it's still relevant.
 
 # Comment to post when closing a stale Issue or Pull Request.
-# closeComment: >
-#   Your comment here.
+closeComment: >
+  Closing this as it has become stale.
 
 # Limit the number of actions per hour, from 1-30. Default is 30
 limitPerRun: 30