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 4ff0502 commit baf5ca0Copy full SHA for baf5ca0
.github/workflows/apichecks.yml
@@ -87,6 +87,6 @@ jobs:
87
echo "Label api-breaking-change-signoff found, merge allowed ✅"
88
exit 0
89
else
90
- echo "Merge conditions not met ❌"
+ echo "API breaking change detected, please ask for api-breaking-change-signoff"
91
exit 1
92
fi
0 commit comments