ci: remove pull_request_review event type from workflow configuration (#2808)

chore(conventional-labels.yml): remove unnecessary pull_request_review event type to streamline workflow configuration
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-07-18 16:31:29 -03:00 committed by GitHub
commit f9359309f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,8 +4,6 @@ name: Label PRs with Conventional Commits
on:
pull_request_target:
types: [opened, edited]
pull_request_review:
types: [submitted]
jobs:
validate-pr: