test: 最终验证 PR Check Comment 评论功能 #70
Merged
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 #69 的修复是否有效:从 artifact 中提取 PR 号以支持评论发布。
预期结果
✅ PR Check workflow 在 4 个平台运行
✅ PR Check Comment workflow 成功触发
✅ Bot 发布评论(这是关键!)
✅ 评论包含双语表格和 4 个平台状态
✅ 随着平台完成,评论实时更新
关键验证点
之前 PR #68 测试时,workflow 显示成功但没有发布评论。
根本原因:workflow_run.pull_requests 为空。
修复方案:从 state.json artifact 中提取 pr_number。
如果此 PR 收到评论,说明修复成功!
相关 PR