diff --git a/.github/workflows/commit-lint-shell.yaml b/.github/workflows/commit-lint-shell.yaml index a04118e..893cafb 100644 --- a/.github/workflows/commit-lint-shell.yaml +++ b/.github/workflows/commit-lint-shell.yaml @@ -51,7 +51,7 @@ jobs: COMMIT_SUBJECT=$(echo "$COMMIT" | cut -d' ' -f2-) COMMIT_VIOLATIONS="" - if [[ "$COMMIT_SUBJECT" =~ ^revert ]]; then + if [[ "$COMMIT_SUBJECT" =~ ^[Rr]evert ]]; then continue fi