From a7dd696cbe0414566a349fe0e922967cdee54d6d Mon Sep 17 00:00:00 2001 From: snomiao Date: Tue, 12 Aug 2025 06:49:15 +0000 Subject: [PATCH] [feat] Add issues: write permission to lint-and-format workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The lint-and-format workflow creates comments on PRs, which requires the issues: write permission to function properly. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .github/workflows/lint-and-format.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint-and-format.yaml b/.github/workflows/lint-and-format.yaml index 5d9a50d83..1605cace8 100644 --- a/.github/workflows/lint-and-format.yaml +++ b/.github/workflows/lint-and-format.yaml @@ -7,6 +7,7 @@ on: permissions: contents: write pull-requests: write + issues: write jobs: lint-and-format: