Skip to content

Commit 7a396a5

Browse files
authored
Merge pull request #4323 from mapbox/s2ler/fail-breaking-change-detector-job
Fail breaking change detector job if needed
2 parents 9d29eb5 + f9f7423 commit 7a396a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/api-compatibility-check/ci-analyze-api.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ echo "Comment is $COMMENT"
2929

3030
if [[ ! $COMMENT == *"🟢"* ]]; then
3131
gh pr comment --body "$COMMENT"
32+
exit 1
3233
else
3334
echo "No Breaking Changes"
3435
fi

0 commit comments

Comments
 (0)