mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 22:00:11 +08:00
fix: workflow
This commit is contained in:
parent
0bf3253cbb
commit
ab7daa6bdc
4
.github/workflows/pull.yml
vendored
4
.github/workflows/pull.yml
vendored
@ -9,12 +9,12 @@ 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: Autoclose PR that did not follow PR template
|
- name: Autoclose PR that matched exclude-regex
|
||||||
uses: aws-actions/pr-regex-exclude@main
|
uses: aws-actions/pr-regex-exclude@main
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
message: "This PR was automatically closed because it is invalid."
|
message: "This PR was automatically closed because it is invalid."
|
||||||
exclude-regex: ".*Update main.go.*"
|
exclude-regex: ".*Update main\.go.*"
|
||||||
|
|
||||||
golangci:
|
golangci:
|
||||||
name: lint
|
name: lint
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user