diff --git a/.github/label-commenter-config.yml b/.github/label-commenter-config.yml index 0d6587f1..8aff7191 100644 --- a/.github/label-commenter-config.yml +++ b/.github/label-commenter-config.yml @@ -40,8 +40,4 @@ labels: labeled: issue: body: | - Thank you @{{ sender.login }} for suggesting this. - The maintainers will reply. - {{#issue.assignees}} - - @{{.}} - {{/issue.assignees}} + Thank you @{{ user.login }} for suggesting this. diff --git a/.github/workflows/label-commenter.yml b/.github/workflows/label-commenter.yml index 3ced3391..354501b5 100644 --- a/.github/workflows/label-commenter.yml +++ b/.github/workflows/label-commenter.yml @@ -23,7 +23,7 @@ jobs: ref: master - name: Label Commenter - uses: peaceiris/actions-label-commenter@v1.5.0 + uses: peaceiris/actions-label-commenter@v1.5.1-0 with: github_token: ${{ secrets.GITHUB_TOKEN }} # config_file: .github/label-commenter-config.yml