From ffd089d8eacab0728d5de0767ad57310600cab25 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Mon, 14 Sep 2020 23:01:32 +0900 Subject: [PATCH] Update label-commenter-config.yml --- .github/label-commenter-config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/label-commenter-config.yml b/.github/label-commenter-config.yml index df3e45a6..6b31c5a0 100644 --- a/.github/label-commenter-config.yml +++ b/.github/label-commenter-config.yml @@ -5,7 +5,7 @@ labels: body: Please follow the issue templates. action: close pr: - body: Please follow the pull request templates. + body: Thank you @{{ issue.user.login }} for suggesting this. Please follow the pull request templates. action: close unlabeled: issue: @@ -36,8 +36,9 @@ labels: labeled: issue: body: This issue is easy for contributing. Everyone can work on this. + pr: + body: Thank you @{{ issue.user.login }} for contributing this. - name: proposal labeled: issue: - body: | - Thank you @{{ issue.user.login }} for suggesting this. + body: Thank you @{{ issue.user.login }} for suggesting this.