From d738b96742674ec6818526664f76436ec45c0731 Mon Sep 17 00:00:00 2001 From: Esteban Beltran Date: Wed, 10 Jan 2024 09:27:22 +0100 Subject: [PATCH] Chore: Fix levitate workflow to not post a comment when there's no breaking change (#80266) --- .github/workflows/detect-breaking-changes-levitate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/detect-breaking-changes-levitate.yml b/.github/workflows/detect-breaking-changes-levitate.yml index db9b8a303a4..f2ab31d2bd1 100644 --- a/.github/workflows/detect-breaking-changes-levitate.yml +++ b/.github/workflows/detect-breaking-changes-levitate.yml @@ -223,6 +223,7 @@ jobs: # Comment on the PR - name: Comment on PR + if: steps.levitate-run.outputs.exit_code == 1 uses: marocchino/sticky-pull-request-comment@v2 with: header: levitate-breaking-change-comment