mirror of
https://github.com/jhbruhn/respira.git
synced 2026-01-27 10:23: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:
|
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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue