Skip to content

Commit 2a174e5

Browse files
authored
chore: use pr labeler (#292)
1 parent 9633017 commit 2a174e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr-label.yml

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
- opened
77
- edited
88

9+
permissions:
10+
# Permits `github/issue-labeler` to add a label to a pull request
11+
pull-requests: write
12+
contents: read
13+
914
jobs:
1015
change-labeling:
1116
name: Labeling for changes

0 commit comments

Comments
 (0)