From c81c476f5ea62d061b1da0de7015c3a4d39bd7b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 01:35:02 +0000 Subject: [PATCH 1/2] Update crazy-max/ghaction-github-labeler action to v6 --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 8c2ef8b..209c82a 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -20,6 +20,6 @@ jobs: uses: actions/checkout@v6 - name: Run Labeler - uses: crazy-max/ghaction-github-labeler@v5 + uses: crazy-max/ghaction-github-labeler@v6 with: skip-delete: false From 41af2d7db58ed2d0dbc4ed9bc6ee4e551e042452 Mon Sep 17 00:00:00 2001 From: Tom Fleet Date: Thu, 5 Mar 2026 14:11:07 +0000 Subject: [PATCH 2/2] Fix lint --- .golangci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 4a485bd..0bcf845 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -167,3 +167,6 @@ linters: - name: unused-receiver disabled: true # As above + + - name: var-naming + disabled: true