Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contributing/samples/adk_team/adk_triaging_agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def assign_gtech_owner_to_issue(issue_number: int) -> dict[str, Any]:
as long as the issue needs an owner.

All unassigned issues will be considered for GTech ownership. Unassigned
issues will seperated in two categories: issues with type "Bug" and issues
issues will be separated in two categories: issues with type "Bug" and issues
with type "Feature". Then bug issues and feature issues will be equally
assigned to the Gtech members in such a way that every day all members get
equal number of bug and feature issues.
Expand Down