From b8d10b940c5736090f024b10e66b78a14eb16cee Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 28 Feb 2025 11:18:19 +0100 Subject: [PATCH] feat(): add synchronize types on PR --- .github/workflows/label-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-issue.yml b/.github/workflows/label-issue.yml index dbb2b74..a5fd406 100644 --- a/.github/workflows/label-issue.yml +++ b/.github/workflows/label-issue.yml @@ -2,7 +2,7 @@ name: Add Labels on: pull_request_target: - types: [ opened, edited ] + types: [ opened, edited, synchronize ] jobs: check-title: