From 2f5ab12c10d375a44659a246f498eae505e4ffa2 Mon Sep 17 00:00:00 2001 From: cbrgm <24737434+cbrgm@users.noreply.github.com> Date: Sat, 15 Jun 2024 22:09:47 +0000 Subject: [PATCH] chore(ci): update golangci-lint use colored-line-number option, fix stale issues description --- .anvil.lock | 4 ++-- .github/workflows/stale.yml | 4 ++-- Makefile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.anvil.lock b/.anvil.lock index 36f64b6..b50ad5f 100644 --- a/.anvil.lock +++ b/.anvil.lock @@ -1,6 +1,6 @@ { - "generated_at": "2024-06-04T17:10:12.388994694Z", - "version": "1.2.15", + "generated_at": "2024-06-15T22:09:46.888672456Z", + "version": "1.2.16", "files": [ { "path": ".editorconfig" diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 7ee8cd8..d482f00 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,7 +11,7 @@ jobs: name: Setting issue as idle with: repo-token: '${{ secrets.GITHUB_TOKEN }}' - stale-issue-message: "This issue is idle because it has been open for 14 days with no activity." + stale-issue-message: "This issue is idle because it has been open for 90 days with no activity." stale-issue-label: idle days-before-stale: 90 days-before-close: -1 @@ -21,7 +21,7 @@ jobs: name: Setting PR as idle with: repo-token: '${{ secrets.GITHUB_TOKEN }}' - stale-pr-message: "This PR is idle because it has been open for 14 days with no activity." + stale-pr-message: "This PR is idle because it has been open for 90 days with no activity." stale-pr-label: idle days-before-stale: 90 days-before-close: -1 diff --git a/Makefile b/Makefile index dddf6e2..e9bea01 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ vet: .PHONY: lint lint: - golangci-lint run --out-format=github-actions --timeout 5m + golangci-lint run --out-format=colored-line-number --timeout 5m .PHONY: generate generate: