Skip to content

Commit e6da43a

Browse files
committed
Remove synchronize trigger from workflow
Signed-off-by: Sachin Sahu <[email protected]>
1 parent 0751e19 commit e6da43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-auto-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Changelog automation
33

44
on:
55
pull_request_target:
6-
types: [opened, edited, synchronize]
6+
types: [opened, edited]
77

88
permissions:
99
contents: read # the config file

0 commit comments

Comments
 (0)