We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c053cb commit 9e65726Copy full SHA for 9e65726
.commit-check.yml
@@ -15,7 +15,7 @@ checks:
15
suggest: git checkout -b type/branch_name
16
17
- check: author_name
18
- regex: ^[a-z ,.\'-]+$|.*(\[bot])
+ regex: ^[A-Za-z ,.\'-]+$|.*(\[bot])
19
error: The committer name seems invalid
20
suggest: git config user.name "Peter Shen"
21
0 commit comments