I'm using the action oasdiff/oasdiff-action/check-breaking@main to check for breaking changes between two specs.
The action reports a breaking change, but it does not fail. I suspect it is because it is just a "warning" but it actually is a breaking change between the specs, and the action prints a log that says there is 1 breaking change
I also have fail-on-diff: true but it does not fail either.
I'm using the action
oasdiff/oasdiff-action/check-breaking@main
to check for breaking changes between two specs. The action reports a breaking change, but it does not fail. I suspect it is because it is just a "warning" but it actually is a breaking change between the specs, and the action prints a log that says there is 1 breaking changeI also have
fail-on-diff: true
but it does not fail either.Screenshot of issue