diff --git a/.github/workflows/semantic-commit.yml b/.github/workflows/semantic-commit.yml index 1323e24e79..3e6ecce24f 100644 --- a/.github/workflows/semantic-commit.yml +++ b/.github/workflows/semantic-commit.yml @@ -30,9 +30,9 @@ jobs: ipa prod requireScope: false - subjectPattern: "^[A-Z].+[^.]$" + subjectPattern: "^[A-Za-z].+[^.]$" subjectPatternError: | The subject "{subject}" found in the pull request title "{title}" didn't match the configured pattern. Please ensure that the subject - starts with an uppercase letter and doesn't end with a period. + starts with a letter and doesn't end with a period. validateSingleCommit: false \ No newline at end of file