From 1d11c0a7471a0863b8e38da27580c7a32cb938ca Mon Sep 17 00:00:00 2001 From: Christoph Jerolimov Date: Thu, 12 Dec 2024 00:05:06 +0100 Subject: [PATCH] chore(ci): allow release prefixes on pull request titles (#2096) Signed-off-by: Christoph Jerolimov --- .github/workflows/pr-semantic.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-semantic.yaml b/.github/workflows/pr-semantic.yaml index 801662905c..45254e2319 100644 --- a/.github/workflows/pr-semantic.yaml +++ b/.github/workflows/pr-semantic.yaml @@ -33,6 +33,7 @@ jobs: test revert requireScope: false + headerPattern: '^(?:\[release-\d+.\d+\] )?(\w*)(?:\(([\w$.\-* ]*)\))?: (.*)$' subjectPattern: ^(?![A-Z]).+$ subjectPatternError: | The subject "{subject}" found in the pull request title "{title}"