From aa6c9f4cd500534ccb37c132b67dd0c5ede3eab6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 7 Mar 2026 07:56:23 +0000 Subject: [PATCH] docs: add branch protection note and collaborators.json ref to CODEOWNERS Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com> --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c33a4de9..2e84a5c8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,6 +6,11 @@ # 设计原则: # 只列出需要保护的核心目录/文件,模块目录(m01-* ~ m18-*)和 dev-nodes/ # 不在此文件中列出,因此协作者可以自由提交到模块目录。 +# +# 注意:此文件需要配合 Branch Protection Rules 才能真正生效。 +# 操作方法见 docs/使用指南.md 第五节。 +# +# 开发者 GitHub 用户名映射见 .github/brain/collaborators.json # ═══════════════════════════════════════════════════════ # 核心基础设施 —— 需要仓库所有者审批