Chore: Fix levitate workflow to not post a comment when there's no breaking change (#80266)
This commit is contained in:
@@ -223,6 +223,7 @@ jobs:
|
||||
|
||||
# Comment on the PR
|
||||
- name: Comment on PR
|
||||
if: steps.levitate-run.outputs.exit_code == 1
|
||||
uses: marocchino/sticky-pull-request-comment@v2
|
||||
with:
|
||||
header: levitate-breaking-change-comment
|
||||
|
||||
Reference in New Issue
Block a user