mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-18 20:50:12 +08:00
fix: workflow
This commit is contained in:
parent
21269ee835
commit
0bf3253cbb
6
.github/workflows/pull.yml
vendored
6
.github/workflows/pull.yml
vendored
@ -10,11 +10,11 @@ jobs:
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
- name: Autoclose PR that did not follow PR template
|
||||
uses: roots/issue-closer@v1.1
|
||||
uses: aws-actions/pr-regex-exclude@main
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
pr-close-message: "This PR was automatically closed."
|
||||
pr-pattern: "^(?!Update main.go).*$"
|
||||
message: "This PR was automatically closed because it is invalid."
|
||||
exclude-regex: ".*Update main.go.*"
|
||||
|
||||
golangci:
|
||||
name: lint
|
||||
|
||||
Loading…
Reference in New Issue
Block a user