fix action

This commit is contained in:
源文雨 2023-10-04 22:46:58 +09:00
parent 148f271586
commit 844b727859
2 changed files with 3 additions and 3 deletions

View File

@ -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.

2
data

@ -1 +1 @@
Subproject commit 8a233fd72f682cb48966fc30a1c14761ca76e1f2
Subproject commit ee548c9c4cee8aba6cfcc16fc833649205c1cd1b