From 77ca4a2644d813cd2bd5ca09d5a7531276aba34c Mon Sep 17 00:00:00 2001 From: A C SREEDHAR REDDY Date: Thu, 1 Aug 2019 13:09:56 +0530 Subject: [PATCH] move message to closecomment instead of unmark comment. --- .github/stale.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 226298c9220..88ed0137c06 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -38,12 +38,12 @@ markComment: > for your contributions. # Comment to post when removing the stale label. -unmarkComment: > - This stale issue has been automatically closed. Thank you for your contributions. +#unmarkComment: > +# This stale issue has been automatically closed. Thank you for your contributions. # Comment to post when closing a stale Issue or Pull Request. -# closeComment: > -# Your comment here. +closeComment: > + This stale issue has been automatically closed. Thank you for your contributions. # Limit the number of actions per hour, from 1-30. Default is 30 limitPerRun: 30