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:
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: