From e15234e38f239c4c28ec254cef92a4b1018f9453 Mon Sep 17 00:00:00 2001 From: Mateusz Hawrus <48822818+nieomylnieja@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:32:26 +0100 Subject: [PATCH] chore: Update pr-title.yml ## Motivation Subscribe to synchronize events in order to alleviate pr-title workflow problems (it won't trigger sometimes). --- .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 2d55ebfe..2a77da50 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -1,6 +1,6 @@ on: pull_request: - types: [opened, reopened, edited] + types: [opened, reopened, edited, synchronize] merge_group: name: pr-title jobs: