Skip to content

Commit 5947c41

Browse files
boyangsvlcopybara-github
authored andcommitted
chore: Update component owners
Co-authored-by: Bo Yang <ybo@google.com> PiperOrigin-RevId: 839896507
1 parent 9d918d4 commit 5947c41

File tree

1 file changed

+15
-10
lines changed
  • contributing/samples/adk_triaging_agent

1 file changed

+15
-10
lines changed

contributing/samples/adk_triaging_agent/agent.py

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,21 @@
2626
import requests
2727

2828
LABEL_TO_OWNER = {
29+
"a2a": "seanzhou1023",
2930
"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",
3535
"eval": "ankursharmas",
36-
"live": "hangfei",
37-
"models": "genquan9",
36+
"live": "seanzhou1023",
37+
"mcp": "seanzhou1023",
38+
"models": "xuanyang15",
39+
"services": "DeanChensj",
40+
"tools": "xuanyang15",
3841
"tracing": "jawoszek",
39-
"core": "Jacksunwei",
4042
"web": "wyf7107",
41-
"a2a": "seanzhou1023",
42-
"bq": "shobsi",
43+
"workflow": "DeanChensj",
4344
}
4445

4546
LABEL_GUIDELINES = """
@@ -65,6 +66,8 @@
6566
Agent Engine concepts, do not use this label—choose "core" instead.
6667
- "a2a": Agent-to-agent workflows, coordination logic, or A2A protocol.
6768
- "bq": BigQuery integration or general issues related to BigQuery.
69+
- "workflow": Workflow agents and workflow execution.
70+
- "auth": Authentication or authorization issues.
6871
6972
When unsure between labels, prefer the most specific match. If a label
7073
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]:
265268
- If it's about Model Context Protocol (e.g. MCP tool, MCP toolset, MCP session management etc.), label it with both "mcp" and "tools".
266269
- If it's about A2A integrations or workflows, label it with "a2a".
267270
- 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".
268273
- If you can't find an appropriate labels for the issue, follow the previous instruction that starts with "IMPORTANT:".
269274
270275
## Triaging Workflow

0 commit comments

Comments
 (0)