We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a024ad + ae01ce4 commit c734b4aCopy full SHA for c734b4a
1 file changed
.github/workflows/commit-lint-shell.yaml
@@ -51,7 +51,7 @@ jobs:
51
COMMIT_SUBJECT=$(echo "$COMMIT" | cut -d' ' -f2-)
52
COMMIT_VIOLATIONS=""
53
54
- if [[ "$COMMIT_SUBJECT" =~ ^revert ]]; then
+ if [[ "$COMMIT_SUBJECT" =~ ^[Rr]evert ]]; then
55
continue
56
fi
57
0 commit comments