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