diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index c4212d46..152428f7 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -14,7 +14,7 @@ jobs: 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