mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 13:50:09 +08:00
fix: workflow
This commit is contained in:
parent
36190a4f6a
commit
d3e587f935
3
.github/workflows/pull.yml
vendored
3
.github/workflows/pull.yml
vendored
@ -15,6 +15,9 @@ jobs:
|
|||||||
- name: Close PR if commit message is "Update main.go"
|
- name: Close PR if commit message is "Update main.go"
|
||||||
if: github.event.pull_request.title == 'Update main.go'
|
if: github.event.pull_request.title == 'Update main.go'
|
||||||
uses: superbrothers/close-pull-request@v3
|
uses: superbrothers/close-pull-request@v3
|
||||||
|
with:
|
||||||
|
# Optional. Post a issue comment just before closing a pull request.
|
||||||
|
comment: "Invalid PR."
|
||||||
|
|
||||||
golangci:
|
golangci:
|
||||||
name: lint
|
name: lint
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user