Skip to content

Commit 01af734

Browse files
Attempt to fix labeler permissions (#3674)
1 parent b13b874 commit 01af734

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/labeler.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
name: "Pull Request Labeler"
22

33
on:
4-
- pull_request
4+
pull_request_target:
5+
types: [opened, synchronize]
56

67
jobs:
7-
build:
8+
label:
9+
permissions:
10+
contents: read
11+
pull-requests: write
812

913
runs-on: ubuntu-latest
1014

0 commit comments

Comments
 (0)