From 498191acc9920d7eb2693b5d549fa9a49dbc883a Mon Sep 17 00:00:00 2001 From: Hiroshi Muraoka Date: Fri, 15 May 2026 11:08:52 +0900 Subject: [PATCH] chore: add minimum permissions to workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit knowledge-work/knowledgework#116114 の対応漏れ。 Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/commitlint.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 69c9787..1e741eb 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -6,6 +6,10 @@ on: - opened - synchronize +permissions: + contents: read + pull-requests: read + jobs: commitlint: runs-on: ubuntu-latest