Skip to content

Commit afdda19

Browse files
authored
Update labeler.yml
1 parent b3bb59b commit afdda19

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

.github/workflows/labeler.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
name: Labeler
2-
1+
name: "Pull Request Labeler"
32
on:
4-
pull_request:
5-
paths:
6-
- '**/*'
3+
- pull_request_target
74

85
jobs:
9-
label:
6+
labeler:
7+
permissions:
8+
contents: read
9+
pull-requests: write
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Checkout code
13-
uses: actions/checkout@v3
14-
15-
- name: Label PR
16-
uses: actions/labeler@master
17-
with:
18-
repo-token: ${{ secrets.MY_GITHUB_TOKEN }}
12+
- uses: actions/labeler@v5

0 commit comments

Comments
 (0)