Skip to content

Commit 751e816

Browse files
committed
ci: fix labeler workflow
1 parent 80346a6 commit 751e816

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/conventional-label.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
on:
2-
pull_request:
2+
pull_request_target:
33
name: conventional-release-labels
44
jobs:
55
label:
6+
permissions:
7+
contents: read
8+
pull-requests: write
69
runs-on: ubuntu-latest
710
steps:
811
- uses: bcoe/conventional-release-labels@v1

0 commit comments

Comments
 (0)