diff --git a/.github/workflows/pr-title-lint.yml b/.github/workflows/pr-title-lint.yml index abe0796b..4b9c1696 100644 --- a/.github/workflows/pr-title-lint.yml +++ b/.github/workflows/pr-title-lint.yml @@ -17,7 +17,7 @@ jobs: with: subjectPattern: ^(?![A-Z]).+$ subjectPatternError: | - The subject "{subject}" found in the pull request title "{title}" should start with a lowercase character. + The subject "{subject}" found in the pull request (PR) title "{title}" should start with a lowercase character. # Comments the error message from the above lint_pr_title action - if: ${{ always() && steps.lint_pr_title.outputs.error_message != null}}