Merge pull request #1532 from SachinSahu431/sachin/fix-changelog-automation
Remove synchronize trigger from changelog workflow
This commit is contained in:
commit
920e6f73cc
|
@ -3,7 +3,7 @@ name: Changelog automation
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [opened, edited, synchronize]
|
types: [opened, edited]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read # the config file
|
contents: read # the config file
|
||||||
|
|
Loading…
Reference in New Issue