From 46fffcd9ee1d934519e45d618abaf15ec4d924d5 Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Mon, 24 Aug 2026 10:39:56 +0000 Subject: [PATCH] fix: keep PR title check required after rebases Signed-off-by: Gregor Zeitlinger --- .github/workflows/pr-title.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 8cc398ee0..7bc1c100e 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -6,10 +6,12 @@ on: types: - opened - edited + - reopened + - synchronize permissions: {} jobs: - lint: + pr-title: runs-on: ubuntu-latest permissions: pull-requests: read # action-semantic-pull-request reads the PR title