diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-23 17:39:06 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-23 17:39:06 +0300 |
| commit | 5a47a44b717a912bd22d7e03921521cfec49074e (patch) | |
| tree | 00ad5372e564a0c332f7dc26abe9836681f9361e /.coderabbit.yaml | |
| parent | 3e8f4190bf666133b59112e351071c8d92b77def (diff) | |
| parent | 49588447d6865c968143db7db1ab2b82b191e29e (diff) | |
| download | phorge-elasticsearch-modern-development.tar.gz phorge-elasticsearch-modern-development.zip | |
Merge production into development (forward-merge plumbing)development
Brings the plumbing commits from production into development before
the v0.1.0 promotion PR (vyos/phorge-elasticsearch-modern#16) merges:
- 82fa1fd: PR vyos/phorge-elasticsearch-modern#13 plumbing merge (AGENTS.md, .coderabbit.yaml,
.mergify.yml, .github/copilot-instructions.md symlink)
- ac5f615: symlink/Mergify config refinement
- f83781c: PR vyos/phorge-elasticsearch-modern#14 Mergify deprecation auto-update
Without this forward-merge, PR #16's diff would DELETE these
governance files from production. Caught by Codex adversarial review
on head SHA 3e8f4190.
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to '.coderabbit.yaml')
| -rw-r--r-- | .coderabbit.yaml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000..5b4423c --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,37 @@ +# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json +# +# Per-repo CodeRabbit override for vyos/phorge-elasticsearch-modern. +# +# 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). + +# REQUIRED — without this, the per-repo file REPLACES the central +# baseline at vyos/coderabbit instead of merging per-field. See +# the "CodeRabbit gotchas" section in ~/.claude/data/github.md. +inheritance: true + +reviews: + auto_review: + # The org central baseline ships a base_branches list shaped for + # vyos-1x release-train repos (current, sagitta, circinus, etc.). + # This repo uses a production/development + task/* model; add + # those patterns so CodeRabbit auto-reviews fire on PRs targeting + # any of these branches. + base_branches: + - production + - development + - "task/.*" + +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. Avoids `enabled` (which can produce + # warnings on installs without OAuth). + usage: auto + # No dedicated Jira project for this repo today; leave commented + # out so CodeRabbit uses the central config's defaults. + # project_keys: + # - WD |
