|
26 | 26 | import requests |
27 | 27 |
|
28 | 28 | LABEL_TO_OWNER = { |
| 29 | + "a2a": "seanzhou1023", |
29 | 30 | "agent engine": "yeesian", |
30 | | - "documentation": "polong-lin", |
31 | | - "services": "DeanChensj", |
32 | | - "question": "", |
33 | | - "mcp": "seanzhou1023", |
34 | | - "tools": "seanzhou1023", |
| 31 | + "auth": "seanzhou1023", |
| 32 | + "bq": "shobsi", |
| 33 | + "core": "Jacksunwei", |
| 34 | + "documentation": "joefernandez", |
35 | 35 | "eval": "ankursharmas", |
36 | | - "live": "hangfei", |
37 | | - "models": "genquan9", |
| 36 | + "live": "seanzhou1023", |
| 37 | + "mcp": "seanzhou1023", |
| 38 | + "models": "xuanyang15", |
| 39 | + "services": "DeanChensj", |
| 40 | + "tools": "xuanyang15", |
38 | 41 | "tracing": "jawoszek", |
39 | | - "core": "Jacksunwei", |
40 | 42 | "web": "wyf7107", |
41 | | - "a2a": "seanzhou1023", |
42 | | - "bq": "shobsi", |
| 43 | + "workflow": "DeanChensj", |
43 | 44 | } |
44 | 45 |
|
45 | 46 | LABEL_GUIDELINES = """ |
|
65 | 66 | Agent Engine concepts, do not use this label—choose "core" instead. |
66 | 67 | - "a2a": Agent-to-agent workflows, coordination logic, or A2A protocol. |
67 | 68 | - "bq": BigQuery integration or general issues related to BigQuery. |
| 69 | + - "workflow": Workflow agents and workflow execution. |
| 70 | + - "auth": Authentication or authorization issues. |
68 | 71 |
|
69 | 72 | When unsure between labels, prefer the most specific match. If a label |
70 | 73 | cannot be assigned confidently, do not call the labeling tool. |
@@ -265,6 +268,8 @@ def change_issue_type(issue_number: int, issue_type: str) -> dict[str, Any]: |
265 | 268 | - If it's about Model Context Protocol (e.g. MCP tool, MCP toolset, MCP session management etc.), label it with both "mcp" and "tools". |
266 | 269 | - If it's about A2A integrations or workflows, label it with "a2a". |
267 | 270 | - If it's about BigQuery integrations, label it with "bq". |
| 271 | + - If it's about workflow agents or workflow execution, label it with "workflow". |
| 272 | + - If it's about authentication, label it with "auth". |
268 | 273 | - If you can't find an appropriate labels for the issue, follow the previous instruction that starts with "IMPORTANT:". |
269 | 274 |
|
270 | 275 | ## Triaging Workflow |
|
0 commit comments