Skip to content

Commit

Permalink
Remove synchronize trigger from workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Sahu <[email protected]>
Signed-off-by: Steven Swartz <[email protected]>
  • Loading branch information
SachinSahu431 authored and Steven Swartz committed Jun 29, 2024
1 parent 4dc063e commit 63819e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Changelog automation

on:
pull_request_target:
types: [opened, edited, synchronize]
types: [opened, edited]

permissions:
contents: read # the config file
Expand Down

0 comments on commit 63819e2

Please sign in to comment.