Browse Source

Linter: only show new issues (#202)

Add option `only-new-issues` to avoid showing old issues.
Loyalsoldier 5 years ago
parent
commit
782909b9f3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/linter.yml

+ 1 - 0
.github/workflows/linter.yml

@@ -28,3 +28,4 @@ jobs:
         with:
           version: v1.31
           args: --config=.github/linters/.golangci.yml
+          only-new-issues: true