Skip to content

Commit 947d494

Browse files
authored
chore(ci): prevent conventional commit checker from annotating the PR (#7833)
1 parent 6a01b6d commit 947d494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backwards-compatibility-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
~/.composer/vendor/bin/roave-backward-compatibility-check \
7272
--from=origin/${{ github.head_ref || github.ref_name }} \
73-
--to=origin/main --format=github-actions
73+
--to=origin/main
7474
- name: "Print the action item"
7575
run: |
7676
if [[ "${{ steps.compatibility-checker.outcome }}" == 'failure' ]]; then

0 commit comments

Comments
 (0)