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.
2 parents 9d29eb5 + f9f7423 commit 7a396a5Copy full SHA for 7a396a5
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