From 04b76bdabcb9fe0e5f9c85a436982dc53c8e3f26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 20:56:34 +0100 Subject: [PATCH] ci: add branch names to commit scopes (stable) (#2825) Backport f24926acd53197172369f726a795d34619c1e478 from #2824. BEGIN_COMMIT_OVERRIDE ci: add branch names to commit scopes END_COMMIT_OVERRIDE Co-authored-by: Jonas L --- .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}"