From b91d580160cdcb5498a14265c2b329fdc9d62f0a Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Wed, 19 Mar 2025 00:29:57 +0100 Subject: [PATCH] docs: update annotation permissions (#1203) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e9e8035..392d1c7 100644 --- a/README.md +++ b/README.md @@ -513,8 +513,6 @@ permissions: contents: read # Optional: allow read access to pull request. Use with `only-new-issues` option. pull-requests: read - # Optional: allow write access to checks to allow the action to annotate code in the PR. - checks: write ``` For annotations to work use the default `colored-line-number` output and either use `actions/setup-go` in the job or enable the internal [problem matchers](#problem-matchers).