From 254f7661d5de3f3422c044e3cc1473ca33419d33 Mon Sep 17 00:00:00 2001 From: krrrr38 Date: Mon, 31 Aug 2026 08:31:26 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AF=E3=83=BC=E3=82=AF=E3=83=95=E3=83=AD?= =?UTF-8?q?=E3=83=BC=E3=81=AE=20top-level=20permissions=20=E3=82=92?= =?UTF-8?q?=E6=98=8E=E7=A4=BA=E3=81=97=E3=81=A6=20default=20write=20?= =?UTF-8?q?=E6=A8=A9=E9=99=90=E3=81=AB=E4=BE=9D=E5=AD=98=E3=81=97=E3=81=AA?= =?UTF-8?q?=E3=81=84=E3=82=88=E3=81=86=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01SppdKxgYtCGigXC8dZyxob Signed-off-by: krrrr38 --- .github/workflows/action-lint.yml | 3 +++ .github/workflows/labeler.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/action-lint.yml b/.github/workflows/action-lint.yml index b3d0414..106e933 100644 --- a/.github/workflows/action-lint.yml +++ b/.github/workflows/action-lint.yml @@ -7,6 +7,9 @@ concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true +permissions: + contents: read + jobs: actionlint: runs-on: ubuntu-latest diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 4ac94de..7a721b8 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -2,6 +2,9 @@ name: "Pull Request Labeler" on: - pull_request_target +permissions: + contents: read + jobs: triage: permissions: