From a8a90f5dff3a8094b9c4e40f4ea299886aaab89b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Wed, 19 Aug 2026 17:35:22 +0200 Subject: [PATCH] docs(self-review-rules): make commit mandatory (#27234) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .agents/docs/self-review-rules.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.agents/docs/self-review-rules.md b/.agents/docs/self-review-rules.md index 7e5e427f1..952304bbc 100644 --- a/.agents/docs/self-review-rules.md +++ b/.agents/docs/self-review-rules.md @@ -6,6 +6,11 @@ Add here rules about reviewing AzerothCore PRs before they are submitted. Generi to the review process itself belong to the skill, not here. The [code-review.md](code-review.md) rules apply on top. +## Pinned review + +The report is pasted into the PR, so the review must be pinned to a commit: uncommitted changes +(except local-only tweaks) block the run, and fixes from a round are committed before the next one. + ## Regression risk Automated test coverage is near zero, so this review is the main safety net against regressions.