From 1dc7518551f5a92b36feaeecadb10f92ac11b56c Mon Sep 17 00:00:00 2001 From: Jussi Saurio Date: Tue, 20 May 2025 16:29:54 +0300 Subject: [PATCH] Fix labeler: checkout repo and add issues:write perm --- .github/workflows/labeler.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 52474c6a6..a2f274704 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -6,7 +6,9 @@ jobs: labeler: permissions: contents: read + issues: write pull-requests: write runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - uses: actions/labeler@v5