Skip to content

Commit cd3ac52

Browse files
authored
fix: update labler to v4
1 parent e8f0d91 commit cd3ac52

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/label.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
name: Labeler
2-
on: [pull_request]
1+
name: "Pull Request Labeler"
2+
on:
3+
- pull_request_target
34

45
jobs:
5-
label:
6-
6+
triage:
7+
permissions:
8+
contents: read
9+
pull-requests: write
710
runs-on: ubuntu-latest
8-
911
steps:
10-
- uses: actions/labeler@v2
12+
- uses: actions/labeler@v4
1113
with:
1214
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)