From 356e8501477b6d2dbeba7013d3ee1660c8ac8c09 Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Wed, 17 Dec 2025 00:25:21 +0100 Subject: [PATCH] ci: allow pull request write for autolabeler --- .github/workflows/autolabel.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autolabel.yaml b/.github/workflows/autolabel.yaml index eabe804..42bfd9d 100644 --- a/.github/workflows/autolabel.yaml +++ b/.github/workflows/autolabel.yaml @@ -4,12 +4,16 @@ on: pull_request: types: [opened, reopened, synchronize] +permissions: + contents: write + pull-requests: write + jobs: autolabel: name: Autolabel PR runs-on: ubuntu-latest steps: - - name: Draft release + - name: Label PR id: drafter uses: release-drafter/release-drafter@v6 with: