mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-18 20:50:12 +08:00
fix action
This commit is contained in:
parent
148f271586
commit
844b727859
4
.github/workflows/pull.yml
vendored
4
.github/workflows/pull.yml
vendored
@ -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
2
data
@ -1 +1 @@
|
||||
Subproject commit 8a233fd72f682cb48966fc30a1c14761ca76e1f2
|
||||
Subproject commit ee548c9c4cee8aba6cfcc16fc833649205c1cd1b
|
||||
Loading…
Reference in New Issue
Block a user