From f9359309f740e31ac5b2d7c5b3445dbcb418b13e Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 18 Jul 2024 16:31:29 -0300 Subject: [PATCH] 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 --- .github/workflows/conventional-labels.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/conventional-labels.yml b/.github/workflows/conventional-labels.yml index 057f2fdab..676c87564 100644 --- a/.github/workflows/conventional-labels.yml +++ b/.github/workflows/conventional-labels.yml @@ -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: