ci: allow pull request write for autolabeler

This commit is contained in:
Jan-Henrik Bruhn 2025-12-17 00:25:21 +01:00
parent e07d6b9a6f
commit 356e850147

View file

@ -4,12 +4,16 @@ on:
pull_request: pull_request:
types: [opened, reopened, synchronize] types: [opened, reopened, synchronize]
permissions:
contents: write
pull-requests: write
jobs: jobs:
autolabel: autolabel:
name: Autolabel PR name: Autolabel PR
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Draft release - name: Label PR
id: drafter id: drafter
uses: release-drafter/release-drafter@v6 uses: release-drafter/release-drafter@v6
with: with: