mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-20 06:20:08 +08:00
fix: workflow
This commit is contained in:
parent
8d2da4199d
commit
1456bed668
2
.github/workflows/pull.yml
vendored
2
.github/workflows/pull.yml
vendored
@ -15,6 +15,8 @@ jobs:
|
|||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- name: Checkout PR
|
- name: Checkout PR
|
||||||
run: gh pr checkout ${{ github.event.pull_request.number }}
|
run: gh pr checkout ${{ github.event.pull_request.number }}
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- 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'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user