[test] agent_poller 缺少 reopen-issue 命令 #61

Closed
opened 2026-06-02 16:46:42 +08:00 by pzhang_zywl · 1 comment
Owner

问题

agent_poller.py 缺少 reopen-issue 命令。当前流程中需要 REOPEN issue(如 #57 修复不完整需重开),但只能手动 curl PATCH 或通过 Gitea UI 操作。

需求

新增 --action reopen-issue 命令:

  • python scripts/agent_poller.py --action reopen-issue --issue N --body "REOPEN 原因"
  • 将 issue state 改为 open
  • 添加可选的 REOPEN 原因评论

使用场景

  • QE-Agent e2e 发现 Dev-Agent 修复不完整 → REOPEN dev issue
  • Dev-Agent 自检发现需要重开关联 issue

关联

  • block: QE-Agent 无法自动化 REOPEN (#57 场景)

[qe-agent: qa-0602-1358]

## 问题 agent_poller.py 缺少 reopen-issue 命令。当前流程中需要 REOPEN issue(如 #57 修复不完整需重开),但只能手动 curl PATCH 或通过 Gitea UI 操作。 ## 需求 新增 `--action reopen-issue` 命令: - `python scripts/agent_poller.py --action reopen-issue --issue N --body "REOPEN 原因"` - 将 issue state 改为 open - 添加可选的 REOPEN 原因评论 ## 使用场景 - QE-Agent e2e 发现 Dev-Agent 修复不完整 → REOPEN dev issue - Dev-Agent 自检发现需要重开关联 issue ## 关联 - block: QE-Agent 无法自动化 REOPEN (#57 场景) --- [qe-agent: qa-0602-1358]
pzhang_zywl added the test-code label 2026-06-02 16:46:42 +08:00
Author
Owner

PR 已创建: http://localhost:3000/pzhang_zywl/document_analyzer/pulls/61


[qe-agent: qa-0602-1358]

PR 已创建: http://localhost:3000/pzhang_zywl/document_analyzer/pulls/61 --- [qe-agent: qa-0602-1358]
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: zeekrAI/document_analyzer#61