diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index fb985eb69..83cfe9b0b 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -71,6 +71,10 @@ jobs: # Disallow uppercase letters at the beginning of the subject subjectPattern: ^(?![A-Z]).+$ + subjectPatternError: | + The subject "{subject}" found in the pull request title "{title}" + didn't match the configured pattern. Please ensure that the subject + doesn't start with an uppercase character. - uses: marocchino/sticky-pull-request-comment@v2 # When the previous steps fails, the workflow would stop. By adding this