CodeRabbit should not be looking at openapi generated content#2688
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Hello @JoelSpeed! Some important instructions when contributing to openshift/api: |
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
📝 WalkthroughWalkthroughA new exclude pattern for OpenAPI files was added to the path_filters configuration in 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Important Action Needed: IP Allowlist UpdateIf your organization protects your Git platform with IP whitelisting, please add the new CodeRabbit IP address to your allowlist:
Failure to add the new IP will result in interrupted reviews. Comment |
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
|
/pipeline auto |
|
Pipeline controller notification The |
|
/verified bypass Nothing to verify here |
|
@JoelSpeed: The DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/lgtm |
|
/test images |
|
Unsupported PR languages |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: everettraven, grokspawn The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
Pipeline controller notification No second-stage tests were triggered for this PR. This can happen when:
Use |
|
@JoelSpeed: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
User description
Coderabbit keeps commenting on openapi files with unactionable comments because it doesn't understand the capabilities or restrictions of the openapi generator today
PR Type
Enhancement
Description
Exclude OpenAPI generated files from CodeRabbit reviews
Prevents unactionable comments on auto-generated content
Adds path filter to ignore openapi directory
Diagram Walkthrough
File Walkthrough
.coderabbit.yaml
Add OpenAPI directory to CodeRabbit exclusion filters.coderabbit.yaml
!openapi/**to exclude OpenAPI generated filesdirectories