From 6a0a29a71e20982a1ab3991e8467872f1d317758 Mon Sep 17 00:00:00 2001 From: Charles Cooper Date: Sat, 23 Mar 2024 09:04:55 -0400 Subject: [PATCH] yaml quotes --- .github/workflows/pull-request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 96c9bf154d..c3f7485c37 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -39,8 +39,8 @@ jobs: requireScope: true subjectPattern: '^(?![A-Z]).+$' subjectPatternError: | - 'Starts with uppercase letter: "{subject}"' - '(Full PR title: "{title}")' + Starts with uppercase letter: '{subject}' + (Full PR title: '{title}') headerPattern: '^(\w*)(?:\[([\w$.\-*/ ]*)\])?: (.*)$' validateSingleCommit: true validateSingleCommitMatchesPrTitle: true