Skip to content

Commit 68067bc

Browse files
authored
Update auto-labeler.yml
1 parent 67c8c2c commit 68067bc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/auto-labeler.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
name: "🏷 PR Labeler"
1+
name: "Pull Request Labeler"
22
on:
3-
- pull_request_target
3+
- pull_request_target
44

55
jobs:
6-
triage:
6+
labeler:
77
permissions:
88
contents: read
99
pull-requests: write
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/labeler@v5
13-
with:
14-
repo-token: "${{ secrets.GH_PAT }}"
12+
- uses: actions/labeler@v5

0 commit comments

Comments
 (0)