refactor: fail breaking change check on error only#24221
Conversation
WalkthroughThe workflow file .github/workflows/e2e-api-v2.yml updates the oasdiff breaking-change check configuration. In the "Check breaking changes" step, the fail-on parameter is changed from WARN to ERR in the breakdown step comparing base and revision OpenAPI specs. This alters control flow so that detected breaking changes cause the workflow to fail instead of continuing with warnings. No exported or public entities are changed. Possibly related PRs
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 180000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
E2E results are ready! |
WARN level is too picky so we only fail breaking change check on ERR level