diff options
| author | Daniil Baturin <daniil@vyos.io> | 2026-05-12 11:30:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-12 11:30:29 +0100 |
| commit | e959c1da15180a4a4b8399d6cd9a2057a1749e4d (patch) | |
| tree | 44975825fad7dd38a615c7379ebbdc05605f9865 | |
| parent | 268cbc3f5bbb6b1c15e94877943ecf09d846f16b (diff) | |
| parent | b7e665bccda17336d8393e3e769a787722012723 (diff) | |
| download | vyos-1x-e959c1da15180a4a4b8399d6cd9a2057a1749e4d.tar.gz vyos-1x-e959c1da15180a4a4b8399d6cd9a2057a1749e4d.zip | |
Merge pull request #5192 from vyos/yuriy/t8764-coderabbit-inheritance-fix
T8764: add `inheritance: true` to .coderabbit.yaml (follow-up to #5191)
| -rw-r--r-- | .coderabbit.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 1e55ec2e3..8531b1177 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -18,6 +18,12 @@ # # This makes one file the single source of truth across 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 |
