From 13bb760f9f86200b189159f1277d6a51dd29ec65 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: Sun, 1 Oct 2023 12:31:17 +0900 Subject: [PATCH] fix closepr --- .github/workflows/pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index d9a9aba2..4ad5bb6e 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -13,7 +13,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Close PR if commit message contains "Update" - if: ${{ github.event.pull_request.title.includes('Update') }} + if: contains(github.event.pull_request.title, 'Update') uses: superbrothers/close-pull-request@v3 with: # Optional. Post a issue comment just before closing a pull request.