<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/.coderabbit.yaml, branch rolling</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2026-05-12T09:23:13+00:00</updated>
<entry>
<title>T8764: add `inheritance: true` so central baseline is actually inherited</title>
<updated>2026-05-12T09:23:13+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-12T09:23:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b7e665bccda17336d8393e3e769a787722012723'/>
<id>urn:sha1:b7e665bccda17336d8393e3e769a787722012723</id>
<content type='text'>
Follow-up to #5191 — the original PR landed without this flag, which
means the per-repo `.coderabbit.yaml` was REPLACING the central baseline
(`vyos/coderabbit:.coderabbit.yaml`) instead of merging with it.

Per https://docs.coderabbit.ai/configuration/configuration-inheritance:

&gt; Inheritance is disabled by default. You must explicitly enable it
&gt; by adding `inheritance: true`.
&gt;
&gt; Without inheritance, only the highest-priority source is used.
&gt;
&gt; Each level with `inheritance: true` merges with its parent. The
&gt; chain stops at the first level where `inheritance: false` or unset.

Today, every PR review on this repo is using ONLY the contents of
`.coderabbit.yaml` (this file) — the central baseline's review profile,
tools, chat ACL, finishing-touches settings, etc. are all dropped.
Adding `inheritance: true` restores merging.

Caught by CodeRabbit's auto-review on the sibling per-repo PR
VyOS-Networks/next-js-cpd#1. Did not surface on the original #5191
because CodeRabbit's OSS-security policy ignores YAML config changes
from the PR itself on public repos — it reviews against the base
branch, which didn't have this file yet.

🤖 Generated by [robots](https://vyos.io)
</content>
</entry>
<entry>
<title>T8764: add per-repo CodeRabbit config — Jira VD project scope</title>
<updated>2026-05-12T08:28:02+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-12T08:28:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f15fdee615bf54954a6b066696ae7aff36c080a0'/>
<id>urn:sha1:f15fdee615bf54954a6b066696ae7aff36c080a0</id>
<content type='text'>
Add `.coderabbit.yaml` at repo root with the minimum override needed
to (a) opt the VyOS-Networks mirror into the central Jira integration
and (b) scope it to the VD (VyOS Dev) project.

Cross-org behavior using `usage: auto`:

* On `vyos/vyos-1x` (this repo, public): `auto` self-disables on
  public repos, so no Jira context is fetched. The vyos-org
  CodeRabbit install has no Atlassian OAuth grant anyway — CodeRabbit
  allows one GitHub-org → Jira-tenant link per install, and that link
  is attached to the `VyOS-Networks` org.
* On `VyOS-Networks/vyos-1x` (gen-1 mirror, private/internal): `auto`
  activates the integration and `project_keys: [VD]` restricts the
  context to VD tickets only — matching the project keys used in
  release-train work tracked there.

Everything else (review profile, tools, chat ACL, path filters,
finishing-touches behavior, etc.) continues to inherit from the
respective central baseline:
  - https://github.com/vyos/coderabbit/blob/production/.coderabbit.yaml
  - https://github.com/VyOS-Networks/coderabbit/blob/production/.coderabbit.yaml

Pattern note: this is the canary for the source-of-truth-on-vyos
approach. Once it lands clean, the same file (with the same or
slightly different `project_keys`) should be mirrored to the other
vyos-org source repos that have VyOS-Networks mirrors.

🤖 Generated by [robots](https://vyos.io)
</content>
</entry>
</feed>
