diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml index f5ae0c8e99d4a..1610f71bde4c9 100644 --- a/.github/workflows/lint-pr-title.yml +++ b/.github/workflows/lint-pr-title.yml @@ -30,4 +30,4 @@ jobs: # The variables `subject` and `title` can be used within the message. subjectPatternError: | The subject "{subject}" found in the pull request title "{title}" doesn't match the configured pattern. - Please ensure that the subject doesn't start with a lowercase character. + Please ensure that the subject doesn't start with an uppercase character.