We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e018a11 commit 7f284d2Copy full SHA for 7f284d2
1 file changed
.github/workflows/ci.yaml
@@ -74,4 +74,6 @@ jobs:
74
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
75
with:
76
version: ${{ env.GOLANGCI_LINT_VERSION }}
77
- args: --new-from-merge-base=main --config=.golangci.new.yml
+ github-token: ${{ secrets.GITHUB_TOKEN }}
78
+ only-new-issues: true
79
+ args: --config=.golangci.new.yml
0 commit comments