docs(governance): align github repository layer#8
Closed
lzm0x219 wants to merge 2 commits into
Closed
Conversation
Member
Author
|
该 PR 基于重置前的四层模型及已删除的 |
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.
摘要
将
matharts/.github的主要层级从四层模型之外的Organization Integration修正为Organization,把GitHub Platform Integration保留为职责限定,并修复 ecosystem 工程规范迁移后的失效链接。变更
CHARTER.md的层级元数据;matharts/ecosystem入口;验证
ruby .github/scripts/validate-document-references.rb:通过;npx --yes markdownlint-cli2 README.md CHARTER.md CONTRIBUTING.md --config .markdownlint-cli2.jsonc:0 errors;ruby .github/scripts/validate-action-pins.rb:9 个 Action 引用全部固定到完整 SHA;git diff --check:通过。本地环境说明
本机系统 Ruby 为 2.6,不支持仓库既有脚本使用的
filter_map,因此 Issue Label 和标签同步测试无法在本机执行;本 PR 未修改这些脚本,GitHub Actions 使用现代 Ruby 并提供最终验证。Closes #7