From d3e587f935db1a654d05e96514e81a49251ee33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Wed, 20 Sep 2023 21:03:09 +0900 Subject: [PATCH] fix: workflow --- .github/workflows/pull.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index bc33f0f9..928a82b2 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -15,6 +15,9 @@ jobs: - name: Close PR if commit message is "Update main.go" if: github.event.pull_request.title == 'Update main.go' uses: superbrothers/close-pull-request@v3 + with: + # Optional. Post a issue comment just before closing a pull request. + comment: "Invalid PR." golangci: name: lint