From 9be5b4eec1e7123ca01143e54f18b48a6508bd1c Mon Sep 17 00:00:00 2001 From: Papa Bakary Camara Date: Mon, 19 Feb 2024 11:52:57 +0100 Subject: [PATCH] Only report new issues in golangci-lint github action --- .github/workflows/golangci-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index b999aacc..db7d8f58 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -40,9 +40,9 @@ jobs: # Optional: working directory, useful for monorepos # working-directory: somedir - + # Optional: show only new issues if it's a pull request. The default value is `false`. - # only-new-issues: true + only-new-issues: true # Optional: if set to true then the action will use pre-installed Go. # skip-go-installation: true