We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d29eb5 commit f9f7423Copy full SHA for f9f7423
scripts/api-compatibility-check/ci-analyze-api.sh
@@ -29,6 +29,7 @@ echo "Comment is $COMMENT"
29
30
if [[ ! $COMMENT == *"🟢"* ]]; then
31
gh pr comment --body "$COMMENT"
32
+ exit 1
33
else
34
echo "No Breaking Changes"
35
fi
0 commit comments