Skip to content

Commit 4fc922a

Browse files
Add the Agent Build config for ddqa (DataDog#20667)
1 parent caad151 commit 4fc922a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.ddqa/config.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,10 @@ jira_statuses = [
9999
]
100100
github_team = "windows-agent"
101101
github_labels = ["team/windows-agent"]
102+
103+
[teams."Agent Build"]
104+
jira_project = "ABLD"
105+
jira_issue_type = "Task"
106+
jira_statuses = ["To Do", "In Progress", "Done"]
107+
github_team = "agent-build"
108+
github_labels = ["team/agent-build"]

0 commit comments

Comments
 (0)