更新issue处理规则并解决冲突 #40

Closed
opened 2026-06-02 14:10:02 +08:00 by pzhang_zywl · 1 comment
Owner

在document_analyzer项目目录下的多处有关于如何polling issue的描述,以及处理issue polling的代码。需要统一这些规则,避免冲突。

更新一下dev-agent的issue polling规则。

  • 先pickup 带 product-code label的issue
  • 再pickup, no labels, 但title 带 [product]的issue
  • 都没有再分析一下 no label,title无标识的issue,看看是不是dev-agent的scope.

更新一下qe-agent的issue polling规则。

  • 先pickup 带 test-code label的issue
  • 再pickup, no labels, 但title 带 [test]的issue
  • 都没有再分析一下 no label,title无标识的issue,看看是不是dev-agent的scope.

同时更新issue creating规则。

  • 默认用label
  • 产品issue用 product-code label
  • test issue用 test-code label
在document_analyzer项目目录下的多处有关于如何polling issue的描述,以及处理issue polling的代码。需要统一这些规则,避免冲突。 **更新一下dev-agent的issue polling规则。** - 先pickup 带 product-code label的issue - 再pickup, no labels, 但title 带 [product]的issue - 都没有再分析一下 no label,title无标识的issue,看看是不是dev-agent的scope. **更新一下qe-agent的issue polling规则。** - 先pickup 带 test-code label的issue - 再pickup, no labels, 但title 带 [test]的issue - 都没有再分析一下 no label,title无标识的issue,看看是不是dev-agent的scope. **同时更新issue creating规则。** - 默认用label - 产品issue用 product-code label - test issue用 test-code label
pzhang_zywl added the test-code label 2026-06-02 14:10:02 +08:00
Author
Owner

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

变更:

  • test-dev → test-code:QE-Agent 一致化 label 体系
  • Dev-Agent 新增 product-code label + [product] 前缀轮询规则
  • QE/Dev Agent 轮询改为多轮递进:label → title 前缀 → 无标识分析
  • agent_poller.py 新增 create-issue action
  • Issue 创建规则统一:产品用 product-code,测试用 test-code

等待 CI 通过后 merge。


[qe-agent: qa-0602-1358]

PR 已创建: http://localhost:3000/pzhang_zywl/document_analyzer/pulls/41 变更: - test-dev → test-code:QE-Agent 一致化 label 体系 - Dev-Agent 新增 product-code label + [product] 前缀轮询规则 - QE/Dev Agent 轮询改为多轮递进:label → title 前缀 → 无标识分析 - agent_poller.py 新增 create-issue action - Issue 创建规则统一:产品用 product-code,测试用 test-code 等待 CI 通过后 merge。 --- [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#40