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:
parent
e4a8769e8d
commit
f9359309f7
1 changed files with 0 additions and 2 deletions
2
.github/workflows/conventional-labels.yml
vendored
2
.github/workflows/conventional-labels.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue