Skip to content

Commit 23741e3

Browse files
authored
Merge pull request #17 from botagas/testing
Update pr-labeler.yml
2 parents b91ab90 + 400c67c commit 23741e3

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)