Skip to content

Commit

Permalink
Updating AzDO Integration w/ correct states (#1385)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
riserrad committed Feb 7, 2022
1 parent 39032f3 commit e78f582
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ado-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e78f582

Please sign in to comment.