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.