Skip to content

Commit 5491642

Browse files
authored
fix(actions): set labeler to use correct on event (#3033)
* fix(actions): set labeler to use correct on event
1 parent 483b09d commit 5491642

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
name: "Pull Request Labeler"
22

33
on:
4-
pull_request:
5-
types:
6-
- opened
7-
- synchronize
8-
- reopened
9-
branches:
10-
- main
4+
pull_request_target:
115

126
jobs:
137
triage:

0 commit comments

Comments
 (0)