From 5ceb6ff7727d652b7396240f8138ee212ae6e32a Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Thu, 2 Jan 2025 17:58:30 -0800 Subject: [PATCH] Update validate-coderabbit.sh --- .github/workflows/scripts/validate-coderabbit.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scripts/validate-coderabbit.sh b/.github/workflows/scripts/validate-coderabbit.sh index d4f6aec019..a549035581 100644 --- a/.github/workflows/scripts/validate-coderabbit.sh +++ b/.github/workflows/scripts/validate-coderabbit.sh @@ -33,5 +33,6 @@ else echo " statement below to restart a review" echo "" echo "@coderabbitai full review" + echo "" exit 1 fi