Skip to content

Commit cafd822

Browse files
committed
chore: Allow all PRs to start with lowercase letter
1 parent 36d01d5 commit cafd822

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

build-packages/check-pr/validators.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ export function validatePostamble(title: string | undefined): void {
6262
return setFailed('Space missing after conventional commit preamble.');
6363
}
6464

65-
if (title[1] !== title[1].toUpperCase()) {
66-
return setFailed('PR title must start with an uppercase letter.');
67-
}
68-
6965
info('✓ Title: OK');
7066
}
7167

0 commit comments

Comments
 (0)