From 844b7278599b8e4aaa0524c9dfa3501dacd81906 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, 4 Oct 2023 22:46:58 +0900 Subject: [PATCH] fix action --- .github/workflows/pull.yml | 4 ++-- data | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 4ad5bb6e..dd1d7f75 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -12,8 +12,8 @@ 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: contains(github.event.pull_request.title, 'Update') + - name: Close PR if commit message contains "main.go" + if: contains(github.event.pull_request.title, 'main.go') uses: superbrothers/close-pull-request@v3 with: # Optional. Post a issue comment just before closing a pull request. diff --git a/data b/data index 8a233fd7..ee548c9c 160000 --- a/data +++ b/data @@ -1 +1 @@ -Subproject commit 8a233fd72f682cb48966fc30a1c14761ca76e1f2 +Subproject commit ee548c9c4cee8aba6cfcc16fc833649205c1cd1b