It looks like the linter check is failing for pushes to release/1.7 and release/1.6 since #10575 (and #10574). My suspicion is that the only-new-issues: true configuration for golangci/golangci-lint-action@v4 only works on pull requests and not on pushes to the branch.
It looks like the linter check is failing for pushes to release/1.7 and release/1.6 since #10575 (and #10574). My suspicion is that the
only-new-issues: trueconfiguration forgolangci/golangci-lint-action@v4only works on pull requests and not on pushes to the branch.