Skip to content

Commit 6ee70f3

Browse files
fix(labeler): update permissions
1 parent 0a2f55b commit 6ee70f3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/labeler.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
push:
55
branches:
66
- main
7-
- master
87
- dev
98

9+
permissions:
10+
checks: write
11+
contents: read
12+
pull-requests: write
13+
1014
jobs:
1115
labeler:
1216
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)