Skip to content

Commit 400c67c

Browse files
authored
Update pr-labeler.yml
1 parent fcba503 commit 400c67c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr-labeler.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: PR Labeler
2+
permissions:
3+
contents: read
4+
pull-requests: write
25

36
on:
47
pull_request:
@@ -15,4 +18,4 @@ jobs:
1518
uses: actions/labeler@v4
1619
with:
1720
repo-token: ${{ secrets.GITHUB_TOKEN }}
18-
configuration-path: .github/labeler.yml
21+
configuration-path: .github/labeler.yml

0 commit comments

Comments
 (0)