From 8d6124a68afa2a55f6c25ef37fa04bdf0f9b5329 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sat, 23 May 2026 22:46:36 +0200 Subject: [PATCH] ci: FIX sync PR labels from the conventional-commit title (#37784) (#37825) If this also doesnt work we need to revert it ig --------- Co-authored-by: silverwind Co-authored-by: Claude (Opus 4.7) --- .github/workflows/pull-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-labeler.yml b/.github/workflows/pull-labeler.yml index ff76285d97f..34395c8d9e3 100644 --- a/.github/workflows/pull-labeler.yml +++ b/.github/workflows/pull-labeler.yml @@ -27,7 +27,7 @@ jobs: timeout-minutes: 5 permissions: contents: read - issues: write + pull-requests: write steps: # Base-branch checkout only: pull_request_target runs with elevated token; never run PR-head code here. - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2