From f24926acd53197172369f726a795d34619c1e478 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Fri, 22 Dec 2023 20:55:06 +0100 Subject: [PATCH] ci: add branch names to commit scopes (#2824) ### Description Ensure the release pull request does not fail the PR title check. --- .github/workflows/pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f12eadc38..a57e1f7e3 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -27,6 +27,8 @@ jobs: ui worker deps + main + stable subjectPattern: ^(?![A-Z]).+$ subjectPatternError: | The subject "{subject}" found in the pull request title "{title}"