From 0bf38a4f82444dcc5b6e7d812118f9afcddd5e66 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Mon, 7 Mar 2022 17:48:13 +0900 Subject: [PATCH] Update stale comment --- .github/stable.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/stable.yml b/.github/stable.yml index 4cbfb970..f2d5b224 100644 --- a/.github/stable.yml +++ b/.github/stable.yml @@ -11,7 +11,12 @@ staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > This issue has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. + recent activity. It will be closed if no further activity occurs. + You can remove the stale label with `/remove-stale` comment. + Thank you for your contributions. +# Comment to post when removing the stale label. +unmarkComment: > + /remove-stale # Comment to post when closing a stale issue. Set to `false` to disable closeComment: false +only: issues