From 2562900a43455848a68adf1be9f9f210c482614b Mon Sep 17 00:00:00 2001 From: monkeyclass <30174727+monkeyclass@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:16:16 +0100 Subject: [PATCH] Update pr-title-lint.yml --- .github/workflows/pr-title-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}