Skip to content

Commit 9e65726

Browse files
committed
fix: check author name regex
1 parent 0c053cb commit 9e65726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.commit-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ checks:
1515
suggest: git checkout -b type/branch_name
1616

1717
- check: author_name
18-
regex: ^[a-z ,.\'-]+$|.*(\[bot])
18+
regex: ^[A-Za-z ,.\'-]+$|.*(\[bot])
1919
error: The committer name seems invalid
2020
suggest: git config user.name "Peter Shen"
2121

0 commit comments

Comments
 (0)