From bb369879e8918607cbda6017c21dad9933689993 Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Sun, 9 Jun 2024 22:12:20 -0400 Subject: [PATCH] remove synchronize from action trigger --- .github/workflows/pr-title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index d58c282ad70..97463eecdc4 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -1,7 +1,7 @@ name: PR Title Validation on: pull_request: - types: [opened, edited, synchronize, reopened] + types: [opened, edited, reopened] jobs: lint-pr: