Skip to content

Commit 21330a7

Browse files
committed
fix automated pr labeling (#2316)
# Objective - the PR labeler workflow will always add the `needs-traige` label to every pull request event ## Solution - Limit this workflow to only be on the `opened` event
1 parent 17877e8 commit 21330a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/label.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
pull_request_target:
44
branches:
55
- main
6+
types:
7+
- opened
68

79
jobs:
810
label:

0 commit comments

Comments
 (0)