Skip to content

Commit 2f8207d

Browse files
committed
coderabbit: T8851: add .coderabbit.yaml for central-config inheritance
1 parent 440a78d commit 2f8207d

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2+
#
3+
# Per-repo CodeRabbit override for vyos/vyos-build.
4+
#
5+
# Most behavior is inherited from the org-level central baseline at
6+
# https://github.com/vyos/coderabbit/blob/production/.coderabbit.yaml
7+
# (loaded automatically because the central repo is named `coderabbit`
8+
# under the same GitHub org as this repo).
9+
#
10+
# When this repo has a VyOS-Networks mirror, this file is propagated by
11+
# the gen-1 mirror pipeline. CodeRabbit's Atlassian/Jira OAuth grant is
12+
# attached to the VyOS-Networks org only (one GitHub-org → Jira-tenant
13+
# link per install), so `usage: auto` self-disables on the public source
14+
# and activates on the private mirror — one file, both orgs.
15+
16+
# Opt this repo into the inheritance chain. Without this, the file below
17+
# would entirely REPLACE the central baseline rather than merge per-field
18+
# on top of it — inheritance is disabled by default per CodeRabbit's
19+
# schema (https://docs.coderabbit.ai/configuration/configuration-inheritance).
20+
inheritance: true
21+
22+
knowledge_base:
23+
jira:
24+
# `auto` is the cross-org-safe value: enabled on private/internal
25+
# mirror repos where Jira OAuth is connected, disabled on the public
26+
# source where it is not.
27+
usage: auto
28+
project_keys:
29+
- VD

0 commit comments

Comments
 (0)