docs(governance): establish GitHub settings baseline#6
Closed
lzm0x219 wants to merge 2 commits into
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
摘要
新增 GitHub 平台设置基线,用于记录无法完全由 Git 文件表达的组织与仓库 Settings 期望状态、核查证据和偏差处理方式,并在仓库 README 中增加入口。
主要修改
docs/github-settings-baseline.md:Verified、Partial、Unknown、Not Applicable四类状态;.github仓库 Ruleset、标签同步 Environment、GitHub App、安全设置和 CODEOWNERS;ecosystem中的组织规则。README.md,在快速入口中增加 GitHub Settings 基线链接。设计边界
profile/README.md;ecosystem或其他 MathArts 仓库;原因
Ruleset、Environment、GitHub App 安装范围、安全功能开关和组织权限等关键状态存在于 GitHub UI,无法仅通过仓库代码审查。缺少基线时,配置漂移只能依赖维护者记忆,且容易把“尚未核查”误认为“已启用”。
验证
main提交be9afe9;Unknown,未虚构当前 GitHub Settings;审查重点
.github的 GitHub 平台治理职责内;