Skip to content

Commit 5c7a728

Browse files
authored
Update pr-labeler.yml (#122)
Updated labeler workflow
1 parent 05d0341 commit 5c7a728

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
@@ -4,14 +4,17 @@ on:
44
types: [opened]
55

66
jobs:
7+
78
apply-file-based-labels:
89
permissions:
10+
contents: read
911
pull-requests: write
1012
runs-on: ubuntu-latest
1113
steps:
12-
- uses: actions/labeler@v3
14+
- uses: actions/labeler@v4
1315
with:
1416
repo-token: "${{ secrets.GITHUB_TOKEN }}"
17+
1518
apply-internal-external-label:
1619
permissions:
1720
pull-requests: write

0 commit comments

Comments
 (0)