From c0a008b5fbf24be957b25bdefdb02d07d3481ac5 Mon Sep 17 00:00:00 2001 From: Tushar Mathur Date: Sun, 11 Aug 2024 16:53:26 +0530 Subject: [PATCH] chore: update hooks --- .github/workflows/convention.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/convention.yml b/.github/workflows/convention.yml index 4448e5cd8e..c4aeb7c1b1 100644 --- a/.github/workflows/convention.yml +++ b/.github/workflows/convention.yml @@ -2,7 +2,7 @@ name: PR Naming Convention Check on: pull_request: - types: [opened, edited] + types: [opened, edited, reopened, synchronize] jobs: check-name: