Skip to content

Commit bd0e46e

Browse files
authored
Merge pull request #23 from gooddata/jimi/lint2
feat(commit-lint): skip commit lint for reapply properly
2 parents cd0b63d + 8d1224b commit bd0e46e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/commit-lint-shell.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
COMMIT_SUBJECT=$(echo "$COMMIT" | cut -d' ' -f2-)
5252
COMMIT_VIOLATIONS=""
5353
54-
if [[ "$COMMIT_SUBJECT" =~ ^[Rr]evert ]]; then
54+
if [[ "$COMMIT_SUBJECT" =~ ^([Rr]evert|[Rr]eapply) ]]; then
5555
continue
5656
fi
5757

0 commit comments

Comments
 (0)