generated from StabilityNexus/Template-Repo
-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
Context
The initial issue "Code Quality: Configure CodeRabbit Multi-Repo Analysis (if applicable)" (added in PR #90) contains wording that implies multiple linked repositories can be configured. However, the CodeRabbit configuration schema currently enforces maxItems: 1 on knowledge_base.linked_repositories.
Problem
The issue text references "repositories" / "repos" in plural, which may confuse contributors who try to add more than one entry and find it isn't supported yet.
Suggested Fix
Once linked_repositories supports multiple items (planned), the wording can remain as-is. Until then, update the issue body to either:
- Use singular wording ("repository"), or
- Add a parenthetical note such as (currently limited to one linked repository via
knowledge_base.linked_repositories)
References
- PR: Add multi-repo analysis configuration guidance to CodeRabbit setup #90
- Review comment: Add multi-repo analysis configuration guidance to CodeRabbit setup #90 (comment)
/cc @kpj2006
Reactions are currently unavailable