From 723b508c77dbe9d98eba3db8d8ddde67f11fc35c Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Wed, 30 Oct 2024 15:49:39 +0100 Subject: [PATCH] chore(ci): remove only-new-issues option (#177) --- .github/workflows/lint.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9495d44..9a9ee36 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -35,8 +35,6 @@ jobs: # Optional: golangci-lint command line arguments. args: | --config="${{ github.workspace }}/${{ github.repository_owner }}/meta/golangci.yml" - # Optional: show only new issues if it's a pull request. The default value is `false`. - only-new-issues: true lint-soft: strategy: @@ -63,5 +61,3 @@ jobs: args: | --config="${{ github.workspace }}/${{ github.repository_owner }}/meta/golangci-soft.yml" \ --issues-exit-code=0 - # Optional: show only new issues if it's a pull request. The default value is `false`. - only-new-issues: true