mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 05:30:07 +08:00
chore: make lint happy
This commit is contained in:
parent
1bb8e8b058
commit
b0463b3cb4
2
.github/workflows/pull.yml
vendored
2
.github/workflows/pull.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
- name: Close PR if commit message contains "Update"
|
- name: Close PR if commit message contains "Update"
|
||||||
if: github.event.pull_request.title.includes('Update')
|
if: ${{ github.event.pull_request.title }}.includes('Update')
|
||||||
uses: superbrothers/close-pull-request@v3
|
uses: superbrothers/close-pull-request@v3
|
||||||
with:
|
with:
|
||||||
# Optional. Post a issue comment just before closing a pull request.
|
# Optional. Post a issue comment just before closing a pull request.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user