From ace9cd4523417c136b5632a6734ad0dddc8484b5 Mon Sep 17 00:00:00 2001 From: Jeeva Ramachandran Date: Wed, 29 Nov 2023 17:50:54 +0530 Subject: [PATCH] feat: update pr title check workflow --- .github/workflows/conventional-commit-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional-commit-check.yml b/.github/workflows/conventional-commit-check.yml index ad0164206..b7b675c9b 100644 --- a/.github/workflows/conventional-commit-check.yml +++ b/.github/workflows/conventional-commit-check.yml @@ -8,7 +8,7 @@ on: # Since we only label pull requests, do not have a checkout step in this # workflow, and restrict permissions on the token, this is an acceptable # use of this trigger. - pull_request_target: + pull_request: types: - opened - edited