From e9ffc7d242c3a20a55e710f78004ed5456909246 Mon Sep 17 00:00:00 2001 From: Kunal Gupta <39487888+iamKunalGupta@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:58:28 +0530 Subject: [PATCH] chore: allow golang-ci lint to write annotations on PRs --- .github/workflows/golang-lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/golang-lint.yml b/.github/workflows/golang-lint.yml index 9b4e558a75..fd4f5eef57 100644 --- a/.github/workflows/golang-lint.yml +++ b/.github/workflows/golang-lint.yml @@ -7,6 +7,7 @@ on: permissions: contents: read + checks: write jobs: golangci: