Skip to content

Commit fea101a

Browse files
committed
workflow file update
1 parent bb2d74c commit fea101a

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/labeler.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
---
21
name: "Pull Request Labeler"
3-
42
on:
5-
pull_request:
6-
types: [opened, synchronize]
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-
- uses: actions/labeler@v5
13-
with:
14-
configuration-path: '.github/labeler.yml'
15-
sync-labels: "true"
12+
- uses: actions/labeler@v5

0 commit comments

Comments
 (0)