From bfb56e64ae0511060593c4a4db92c85c84bde2a1 Mon Sep 17 00:00:00 2001 From: Edie Lemoine Date: Wed, 10 Apr 2024 13:12:13 +0200 Subject: [PATCH] build(gha): run pr title validation on each commit --- .github/workflows/pull-request-title.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-title.yml b/.github/workflows/pull-request-title.yml index 8d564cdb..fb025093 100644 --- a/.github/workflows/pull-request-title.yml +++ b/.github/workflows/pull-request-title.yml @@ -3,8 +3,10 @@ name: 'Lint pull request title' on: pull_request: types: - - opened - edited + - opened + - reopened + - synchronize concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number }}