From bec917165760ddfb8ee60a9194ecf0e67fa3b911 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Wed, 25 Nov 2020 19:00:16 +0900 Subject: [PATCH] ci: 686598e #327 [skip ci] --- .github/label-commenter-config.yml | 6 ++++++ .github/workflows/label-commenter.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/label-commenter-config.yml b/.github/label-commenter-config.yml index 7b9722db..bc8d0dd6 100644 --- a/.github/label-commenter-config.yml +++ b/.github/label-commenter-config.yml @@ -1,3 +1,9 @@ +comment: + header: Hi, there. + footer: >- + > This is an automated comment created by the [peaceiris/actions-label-commenter](https://github.com/peaceiris/actions-label-commenter). + Responding to the bot or mentioning it won't have any effect. + labels: - name: invalid labeled: diff --git a/.github/workflows/label-commenter.yml b/.github/workflows/label-commenter.yml index a81eb858..6148e8ef 100644 --- a/.github/workflows/label-commenter.yml +++ b/.github/workflows/label-commenter.yml @@ -19,7 +19,7 @@ jobs: ref: main - name: Label Commenter - uses: peaceiris/actions-label-commenter@feb519c + uses: peaceiris/actions-label-commenter@686598e # with: # github_token: ${{ secrets.GITHUB_TOKEN }} # config_file: .github/label-commenter-config.yml