Skip to content

Commit

Permalink
Update QA cards for ASC teams
Browse files Browse the repository at this point in the history
  • Loading branch information
hush-hush committed Feb 3, 2025
1 parent e0a139d commit 21c787e
Showing 1 changed file with 13 additions and 23 deletions.
36 changes: 13 additions & 23 deletions .ddqa/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,31 +34,21 @@ github_team = "agent-processing-and-routing"
github_labels = ["team/agent-processing-and-routing"]
exclude_members = []

[teams."Agent Shared Components"]
jira_project = "ASCII"
[teams."Agent Runtimes"]
jira_project = "AGENTRUN"
jira_issue_type = "QA"
jira_statuses = ["To Do", "In Progress", "Done"]
github_team = "agent-shared-components"
github_labels = ["team/agent-shared-components"]
exclude_members = ["sgnn7", "truthbk", "cmourot"]

# Those will be uncommented once the proper issue types are created in JIRA.
#
# [teams."Agent Runtimes"]
# jira_project = "ARUN"
# jira_issue_type = "QA"
# jira_statuses = ["To Do", "In Progress", "Done"]
# github_team = "agent-runtimes"
# github_labels = ["team/agent-runtimes"]
# exclude_members = ["sgnn7", "cmourot"]
#
# [teams."Agent Configuration"]
# jira_project = "ACFG"
# jira_issue_type = "QA"
# jira_statuses = ["To Do", "In Progress", "Done"]
# github_team = "agent-configuration"
# github_labels = ["team/agent-configuration"]
# exclude_members = ["sgnn7"]
github_team = "agent-runtimes"
github_labels = ["team/agent-runtimes"]
exclude_members = ["sgnn7", "cmourot"]

[teams."Agent Configuration"]
jira_project = "AGENTCFG"
jira_issue_type = "QA"
jira_statuses = ["To Do", "In Progress", "Done"]
github_team = "agent-configuration"
github_labels = ["team/agent-configuration"]
exclude_members = ["sgnn7"]

[teams."Agent Developer Tools"]
jira_project = "ADXT"
Expand Down

0 comments on commit 21c787e

Please sign in to comment.