ci(coderabbit-config): refresh the vendored CodeRabbit schema - #288
Open
cloud-code-bot[bot] wants to merge 1 commit into
Open
cloud-code-bot[bot] wants to merge 1 commit into
cloud-code-bot[bot] wants to merge 1 commit into
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upstream's CodeRabbit config schema has drifted from the copy vendored here, which is what
coderabbit-config-validate.ymlgrades every enrolled repo against.maxLengthcaps — may invalidate existing configs (1):chat.integrations.jira.issue_template: uncapped → 3000Added properties (2):
chat.integrations.jira.issue_templatereviews.tools.ruff.config_fileBefore merging, check the tightened-cap section above if there is one: a lowered
maxLengthretroactively invalidates configs nobody has touched, and merging this makes their next PR red. Landing the cleanup alongside is usually the right order.Warning
The invariant unit suite FAILS against the proposed schema (this run). That suite asserts the exact facts the checker's messages rest on, so this is the signal to read closely, not a flake: either the schema change is one we must adapt the checker and its tests to, or the fetch is not what we think it is. Update those assertions in this PR, deliberately, before merging.
Invariant suite output
Merging this touches
.github/coderabbit-config/**, which triggersbump-coderabbit-config-callers.ymland rolls the SHA-pinned caller fleet forward.Opened by the
refresh-coderabbit-schemaworkflow.