Skip to content

Commit 2438cb6

Browse files
committed
ci: Remove uppercase requirement from PR title validation
1 parent 65dc88d commit 2438cb6

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/pr-title.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232
build
3333
revert
3434
requireScope: false
35-
subjectPattern: ^[A-Z].+$
36-
subjectPatternError: |
37-
The subject "{subject}" found in the pull request title "{title}"
38-
didn't match the configured pattern. Please ensure that the subject
39-
starts with an uppercase character.
35+
subjectPattern: ^.+$
4036
wip: true
4137
validateSingleCommit: false

0 commit comments

Comments
 (0)