docs: update Dev-Agent with role definition, dev/test separation model, qe-feedback label
CI / test (push) Successful in 7s

This commit is contained in:
2026-05-30 23:15:18 +08:00
parent 547e55168c
commit 5154fb472d
3 changed files with 94 additions and 60 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ GITEA_REPO = os.environ.get("GITEA_REPO", "pzhang_zywl/document_analyzer")
GITEA_TOKEN = os.environ.get("GITEA_API_TOKEN", "")
BASE = f"{GITEA_URL}/api/v1/repos/{GITEA_REPO}"
TARGET_LABELS = {"agent-task", "ci-failure"}
TARGET_LABELS = {"qe-feedback", "ci-failure"}
def _req(method, path, data=None):