diff options
| author | Daniil Baturin <daniil@vyos.io> | 2026-05-25 19:07:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-25 19:07:09 +0100 |
| commit | d4cd41b2a078a619dc213c1efae9f877c8e2ff3e (patch) | |
| tree | deee62a6bb2437a0a4b4770c1c7518eab5d5083e | |
| parent | aaf7027bbb59ad7f2a1dc9a73a5e6a2e4ed5eed3 (diff) | |
| parent | 9169eb5eb100e7f44eb42aebe0f920ca57bc7a89 (diff) | |
| download | vyatta-cfg-system-d4cd41b2a078a619dc213c1efae9f877c8e2ff3e.tar.gz vyatta-cfg-system-d4cd41b2a078a619dc213c1efae9f877c8e2ff3e.zip | |
Merge pull request #233 from vyos/claude/coderabbit-yaml-t8851
coderabbit: T8851: add .coderabbit.yaml for central-config inheritance
| -rw-r--r-- | .coderabbit.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 00000000..d5c04e84 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json +# +# Per-repo CodeRabbit override for vyos/vyatta-cfg-system. +# +# Most behavior is inherited from the org-level central baseline at +# https://github.com/vyos/coderabbit/blob/production/.coderabbit.yaml +# (loaded automatically because the central repo is named `coderabbit` +# under the same GitHub org as this repo). +# +# When this repo has a VyOS-Networks mirror, this file is propagated by +# the gen-1 mirror pipeline. CodeRabbit's Atlassian/Jira OAuth grant is +# attached to the VyOS-Networks org only (one GitHub-org → Jira-tenant +# link per install), so `usage: auto` self-disables on the public source +# and activates on the private mirror — one file, both orgs. + +# Opt this repo into the inheritance chain. Without this, the file below +# would entirely REPLACE the central baseline rather than merge per-field +# on top of it — inheritance is disabled by default per CodeRabbit's +# schema (https://docs.coderabbit.ai/configuration/configuration-inheritance). +inheritance: true + +knowledge_base: + jira: + # `auto` is the cross-org-safe value: enabled on private/internal + # mirror repos where Jira OAuth is connected, disabled on the public + # source where it is not. + usage: auto + project_keys: + - VD |
