From 26bcf3497f8a753991aa8c19128f0ed274935f2d Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Tue, 4 Aug 2026 16:37:20 +0300 Subject: docs: update AGENTS.md bot-review section to current CodeRabbit reality MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "Bot review workflow" section documented a manual-invocation flow that no longer matches how this repo works. Stale claims removed: - "Auto-reviews are disabled on this repo — both bots are triggered manually." CodeRabbit auto-review is enabled here; the per-repo disable override was lifted. - The 5-step workflow instructing contributors to comment `@copilot review` on a draft, iterate until Copilot is silent, then flip to ready and comment `@coderabbitai review`. - The two-row bot table pairing Copilot with drafts and CodeRabbit with ready PRs. Current reality documented instead: - CodeRabbit reviews automatically on the draft -> ready flip and on every subsequent push; drafts are always skipped. - CodeRabbit commonly edits its walkthrough comment in place rather than posting a new one, so the absence of a new comment is not the absence of a review. - A rate-limited CodeRabbit silently drops that review; commenting `@coderabbitai review` after the window resets is the only case where a manual trigger is appropriate. - Copilot is no longer part of the workflow and should not be invoked. Threads from a manual invocation by someone else are addressed like any other reviewer feedback. Also adds the missing AI Validation entry to the CI list: it cross-checks changed docs Markdown against the vyos-1x source tree for the corresponding branch and posts inline plus summary review comments, runs only when a PR touches docs Markdown, and skips when the required repository secrets are unavailable or the PR is a Mergify-authored backport. README.md's pointer to the contributor guide is updated in the same pass to drop Copilot from the named workflow. Note that .github/copilot-instructions.md is a symlink to AGENTS.md, so it picks up the change automatically. 🤖 Generated by [robots](https://vyos.io) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a1364b36..52c24e07 100644 --- a/README.md +++ b/README.md @@ -80,4 +80,4 @@ Output lands in `docs/_build/html/`. See [AGENTS.md](AGENTS.md) for the full contributor guide — MyST source conventions, the VyOS command directives (`cfgcmd` / `opcmd` / `cmdincludemd`), IP-address rules, the linter and its suppression markers, -and the Copilot/CodeRabbit bot review workflow. +and the CodeRabbit bot review workflow. -- cgit v1.2.3