Skip to content

Commit

Permalink
Merge pull request #1532 from SachinSahu431/sachin/fix-changelog-auto…
Browse files Browse the repository at this point in the history
…mation

Remove synchronize trigger from changelog workflow
  • Loading branch information
Arthur Silva Sens authored Jun 6, 2024
2 parents 0751e19 + e6da43a commit 920e6f7
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 920e6f7

Please sign in to comment.