We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1dea6 commit 088b94eCopy full SHA for 088b94e
.github/workflows/lint.yml
@@ -24,3 +24,5 @@ jobs:
24
go-version-file: go.mod
25
- name: golangci-lint
26
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
27
+ with:
28
+ only-new-issues: ${{ github.event_name == 'pull_request' }}
0 commit comments