We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd0b63d + 8d1224b commit bd0e46eCopy full SHA for bd0e46e
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" =~ ^[Rr]evert ]]; then
+ if [[ "$COMMIT_SUBJECT" =~ ^([Rr]evert|[Rr]eapply) ]]; then
55
continue
56
fi
57
0 commit comments