From c2aba217b70e8582b2f0d8b78021e7e2294d1de8 Mon Sep 17 00:00:00 2001 From: rallytime Date: Tue, 2 May 2017 16:48:03 -0600 Subject: [PATCH] Add "unmarkComment" option to probot-stale config --- .github/stale.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index 8b39c72..e5049ca 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -20,6 +20,10 @@ markComment: | If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. +# Comment to post when removing the stale label. Set to `false` to disable +unmarkComment: | + Thank you for updating this issue. It is no longer marked as stale. + # Comment to post when closing a stale issue. Set to `false` to disable closeComment: false