We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979bbdb commit d6d2ed3Copy full SHA for d6d2ed3
.github/scripts/check-commit-titles.sh
@@ -34,7 +34,7 @@ check_forbidden_chars() {
34
}
35
36
check_structure() {
37
- if grep -q -E -v '^([-_.a-z]+[,:] )*[-_.a-z]+: [a-z](:[^ ]|[^:])*$'; then
+ if grep -q -E -v '^([-_.a-z0-9]+[,:] )*[-_.a-z0-9]+: [a-z](:[^ ]|[^:])*$'; then
38
echo 'Invalid commit title structure'
39
fi
40
0 commit comments