Skip to content

Commit 2562900

Browse files
authored
Update pr-title-lint.yml
1 parent 030d603 commit 2562900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-title-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
subjectPattern: ^(?![A-Z]).+$
1919
subjectPatternError: |
20-
The subject "{subject}" found in the pull request title "{title}" should start with a lowercase character.
20+
The subject "{subject}" found in the pull request (PR) title "{title}" should start with a lowercase character.
2121
2222
# Comments the error message from the above lint_pr_title action
2323
- if: ${{ always() && steps.lint_pr_title.outputs.error_message != null}}

0 commit comments

Comments
 (0)