chore: 统一 Git 与 PR 工作流 - #2
Open
damingishere-coder wants to merge 1 commit into
Open
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.
变更摘要 - 统一 PR 模板,要求填写变更摘要、验证结果、风险与回滚。 - 保留现有项目安全边界;仅在缺少合适门禁时增加只读 CI。 - CI 不调用真实 Provider、生产数据、发布、部署或远端写回。 ## 验证结果 - git diff --check、全部 workflow YAML 解析和静态入口检查通过。 - GitHub Actions 已接受 workflow;首轮在 Web UI 格式检查处失败,确认是默认分支已有格式基线问题:https://github.com/damingishere-coder/RunDock/actions/runs/33242687471。Windows 本地的 Web UI 测试/构建通过,Rust 本机另受 GNU 工具链缺失阻塞。 ## 风险与回滚 - 风险:新增门禁可能暴露默认分支已有的格式、lint、平台或测试基线问题;不会静默降低标准。 - 回滚:在未合并时关闭本 PR;合并后可通过普通 revert 回退该 Squash 提交。 - 本 PR 不修改产品 API、业务逻辑、数据库、部署配置、默认分支或仓库可见性。 ## 合并说明 本 PR 保持打开,不自动合并。待首轮 CI 结果明确并由用户确认后,才允许 Squash 合并。