mirror of https://github.com/v2ray/v2ray-core
Linter: only show new issues (#202)
Add option `only-new-issues` to avoid showing old issues.pull/2739/head^2
parent
e5d6603454
commit
782909b9f3
|
@ -28,3 +28,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: v1.31
|
version: v1.31
|
||||||
args: --config=.github/linters/.golangci.yml
|
args: --config=.github/linters/.golangci.yml
|
||||||
|
only-new-issues: true
|
||||||
|
|
Loading…
Reference in New Issue