From e78f582cd7a33f209683467f01a2f2d64bf34358 Mon Sep 17 00:00:00 2001 From: Ric Serradas Date: Mon, 7 Feb 2022 12:20:38 -0800 Subject: [PATCH] Updating AzDO Integration w/ correct states (#1385) Updating AzDO Integration w/ correct states for Task (To Do, In Progress, Done) for the process template the Team is using. This check-in does not require the SynapseML pipeline to run, so skipping. --- .github/workflows/ado-integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ado-integration.yml b/.github/workflows/ado-integration.yml index cece34b3d0..3706be1509 100644 --- a/.github/workflows/ado-integration.yml +++ b/.github/workflows/ado-integration.yml @@ -17,7 +17,7 @@ jobs: ado_project: "A365" ado_area_path: "A365\\A plus I\\Synapse ML" ado_wit: "Task" - ado_new_state: "New" - ado_active_state: "Active" - ado_close_state: "Closed" + ado_new_state: "To Do" + ado_active_state: "In Progress" + ado_close_state: "Done" ado_bypassrules: true