mirror of
https://github.com/jhbruhn/respira.git
synced 2026-01-27 02:13:41 +00:00
ci: allow pull request write for autolabeler
This commit is contained in:
parent
e07d6b9a6f
commit
356e850147
1 changed files with 5 additions and 1 deletions
6
.github/workflows/autolabel.yaml
vendored
6
.github/workflows/autolabel.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue