Skip to content

Commit 7e99631

Browse files
committed
Chore: Only add labels on open of PRs
1 parent 78d641b commit 7e99631

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Pull Request Labeler"
22
on:
3-
- pull_request_target
3+
pull_request_target:
4+
types: [opened]
45

56
jobs:
67
apply-internal-external-label:

0 commit comments

Comments
 (0)