diff --git a/.github/workflows/formal.yml b/.github/workflows/formal.yml index 74e8fd6942e6b865d5aaebd057219d764ac77e04..5046b5a180cc84b717158c5e68401cd71f143d6e 100644 --- a/.github/workflows/formal.yml +++ b/.github/workflows/formal.yml @@ -43,7 +43,7 @@ jobs: fi subject="$(git show -s --format=%s $commit)" - if echo "$subject" | grep -q -e '^[0-9A-Za-z,+/_-]\+: ' -e '^Revert '; then + if echo "$subject" | grep -q -e '^[0-9A-Za-z,+/_\.-]\+: ' -e '^Revert '; then success "Commit subject line seems ok ($subject)" else err "Commit subject line MUST start with '<area>: ' ($subject)"