fix: workflow

This commit is contained in:
源文雨 2023-09-20 20:15:05 +09:00
parent 0bf3253cbb
commit ab7daa6bdc

View File

@ -9,12 +9,12 @@ 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
- name: Autoclose PR that matched exclude-regex
uses: aws-actions/pr-regex-exclude@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
message: "This PR was automatically closed because it is invalid."
exclude-regex: ".*Update main.go.*"
exclude-regex: ".*Update main\.go.*"
golangci:
name: lint