File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313jobs :
1414 ack-breaking-changes :
1515 name : Ack Breaking Changes Labeler
16- if : github.event.issue.pull_request && startsWith (github.event.comment.body, '/ack-breaking-changes')
16+ if : github.event.issue.pull_request && contains (github.event.comment.body, '/ack-breaking-changes')
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Add Label
7171
7272 if [ "$FAILED" -gt 0 ]; then
7373 if [[ "$ALLOW_BREAKING" == "true" ]]; then
74- echo "⚠️ Validation failed with $FAILED incompatible change(s), but allowed via '/ ack-breaking-changes' label."
74+ echo "⚠️ Validation failed with $FAILED incompatible change(s), but allowed via 'ack-breaking-changes' label."
7575 exit 0
7676 else
7777 echo "❌ error: Validation failed! Found $FAILED incompatible CRD change(s)."
You can’t perform that action at this time.
0 commit comments