From 4aa75a3b71d222914d62e0b362c10b4b3e7ab76f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Fri, 6 Mar 2026 15:28:33 +0100 Subject: [PATCH 1/2] Revert "ci: Improve PR title formatter trigger (#621)" This reverts commit dff1b9bf8d51647e7ad33ef8f9c9c42d195a5dce. --- .github/workflows/title-formatter.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/title-formatter.yml b/.github/workflows/title-formatter.yml index 3b91e89b..4c564172 100644 --- a/.github/workflows/title-formatter.yml +++ b/.github/workflows/title-formatter.yml @@ -2,7 +2,7 @@ name: PR Title Formatter on: pull_request_target: - types: [opened, edited, reopened, labeled, unlabeled] + types: [opened, edited, reopened, labeled, unlabeled, synchronize] concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number }} @@ -10,8 +10,6 @@ concurrency: jobs: format-title: - # Prevent running the job when only the PR body is edited. - if: github.event.action != 'edited' || github.event.changes.title != null runs-on: ubuntu-latest permissions: pull-requests: write From 5c1a13e8824732fe7cc6c630e0e9dde736cd2275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Fri, 6 Mar 2026 15:28:53 +0100 Subject: [PATCH 2/2] Revert concurrency group on PR Title Formatter --- .github/workflows/title-formatter.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/title-formatter.yml b/.github/workflows/title-formatter.yml index 4c564172..05d598d9 100644 --- a/.github/workflows/title-formatter.yml +++ b/.github/workflows/title-formatter.yml @@ -4,10 +4,6 @@ on: pull_request_target: types: [opened, edited, reopened, labeled, unlabeled, synchronize] -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number }} - cancel-in-progress: true - jobs: format-title: runs-on: ubuntu-latest