docs: update Dev-Agent with role definition, dev/test separation model, qe-feedback label
CI / test (push) Successful in 7s
CI / test (push) Successful in 7s
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user