From 8d1224b5959e4e2ae91b28b49cad48d991241387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Mikul=C3=A1=C5=A1ek?= Date: Wed, 11 Feb 2026 17:26:21 +0100 Subject: [PATCH] feat(commit-lint): skip commit lint for reapply properly --- .github/workflows/commit-lint-shell.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-lint-shell.yaml b/.github/workflows/commit-lint-shell.yaml index 62c9dec..f93d985 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" =~ ^[Rr]evert ]]; then + if [[ "$COMMIT_SUBJECT" =~ ^([Rr]evert|[Rr]eapply) ]]; then continue fi