Skip to content

Commit 7f284d2

Browse files
committed
There is no easy way to fetch all PR commits until merge base...
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
1 parent e018a11 commit 7f284d2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,6 @@ jobs:
7474
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
7575
with:
7676
version: ${{ env.GOLANGCI_LINT_VERSION }}
77-
args: --new-from-merge-base=main --config=.golangci.new.yml
77+
github-token: ${{ secrets.GITHUB_TOKEN }}
78+
only-new-issues: true
79+
args: --config=.golangci.new.yml

0 commit comments

Comments
 (0)