fix: 改进 blocked label的处理 - Closes #43 #46

Merged
pzhang_zywl merged 1 commits from test/issue-43 into main 2026-06-02 14:40:51 +08:00
Owner

Summary

  • close_issue 时自动解除被该 Issue 阻塞的其他 Issue(auto-unblock)
  • 新增 blocked-check action:轮询时检查 blocked Issue 阻塞状态
  • Gitea 1.22 label 操作改用 PUT /issues/{num}/labels 端点
  • create_issue 修复 label name -> ID 映射
  • DEV/QE Agent 文档更新 blocked 处理规则

Test Plan

  • blocked-check 正确识别已解除阻塞的 Issue 并移除 blocked 标签
  • blocked-check 正确保留仍有阻塞的 Issue
  • create_issue 带 label 成功创建
  • 测试用 Issue 已验证并清理

Closes #43


[qe-agent: qa-0602-1358]

## Summary - close_issue 时自动解除被该 Issue 阻塞的其他 Issue(auto-unblock) - 新增 blocked-check action:轮询时检查 blocked Issue 阻塞状态 - Gitea 1.22 label 操作改用 PUT /issues/{num}/labels 端点 - create_issue 修复 label name -> ID 映射 - DEV/QE Agent 文档更新 blocked 处理规则 ## Test Plan - [x] blocked-check 正确识别已解除阻塞的 Issue 并移除 blocked 标签 - [x] blocked-check 正确保留仍有阻塞的 Issue - [x] create_issue 带 label 成功创建 - [x] 测试用 Issue 已验证并清理 Closes #43 --- [qe-agent: qa-0602-1358]
pzhang_zywl added 1 commit 2026-06-02 14:40:15 +08:00
- close_issue 时自动解除被该 Issue 阻塞的其他 Issue(auto-unblock)
- 新增 blocked-check action:轮询时检查 blocked Issue 阻塞状态
- Gitea 1.22 label 操作改用 PUT /issues/{num}/labels 端点
- create_issue 修复 label name→ID 映射
- DEV/QE Agent 文档更新 blocked 处理规则

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
pzhang_zywl merged commit 85358bbe4a into main 2026-06-02 14:40:51 +08:00
Sign in to join this conversation.