Skip to content

Commit

Permalink
Update sync-to-azdo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RajeevPentyala authored Nov 29, 2023
1 parent 97f1300 commit b081eb3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/sync-to-azdo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ jobs:
run: |
# Check if $MILESTONE is not blank and contains 'backlog' (case-insensitive)
if [ -n "$MILESTONE" ] && [[ "${MILESTONE,,}" == *"backlog"* ]]; then
echo "Area - OneCatTools\\COE Starter Kit\\Backlog"
echo "AREA=OneCatTools\\COE Starter Kit\\Backlog" >> $GITHUB_OUTPUT
echo "Area - Backlog"
echo "AREA=Backlog" >> $GITHUB_OUTPUT
else
echo "Area - OneCatTools\\COE Starter Kit\\Develop"
echo "AREA=OneCatTools\\COE Starter Kit\\Develop" >> $GITHUB_OUTPUT
echo "Area - Develop"
echo "AREA=Develop" >> $GITHUB_OUTPUT
fi
alertEnhancementCOE:
Expand All @@ -187,7 +187,7 @@ jobs:
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
ado_organization: "cattools"
ado_project: "OneCatTools"
ado_area_path: "${{ needs.prepareIterationPathJob.outputs.AREA }}"
ado_area_path: "OneCatTools\\COE Starter Kit\\${{ needs.prepareIterationPathJob.outputs.AREA }}"
ado_iteration_path: "${{ needs.prepareIterationPathJob.outputs.ITERATION }}"
ado_wit: "User Story"
ado_new_state: "New"
Expand All @@ -210,7 +210,7 @@ jobs:
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
ado_organization: "cattools"
ado_project: "OneCatTools"
ado_area_path: "${{ needs.prepareIterationPathJob.outputs.AREA }}"
ado_area_path: "OneCatTools\\COE Starter Kit\\${{ needs.prepareIterationPathJob.outputs.AREA }}"
ado_iteration_path: "${{ needs.prepareIterationPathJob.outputs.ITERATION }}"
ado_wit: "Bug"
ado_new_state: "New"
Expand All @@ -233,7 +233,7 @@ jobs:
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
ado_organization: "cattools"
ado_project: "OneCatTools"
ado_area_path: "${{ needs.prepareIterationPathJob.outputs.AREA }}"
ado_area_path: "OneCatTools\\COE Starter Kit\\${{ needs.prepareIterationPathJob.outputs.AREA }}"
ado_iteration_path: "${{ needs.prepareIterationPathJob.outputs.ITERATION }}"
ado_wit: "Question"
ado_new_state: "New"
Expand All @@ -256,7 +256,7 @@ jobs:
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
ado_organization: "cattools"
ado_project: "OneCatTools"
ado_area_path: "${{ needs.prepareIterationPathJob.outputs.AREA }}"
ado_area_path: "OneCatTools\\ALMAccelerator\\${{ needs.prepareIterationPathJob.outputs.AREA }}"
ado_iteration_path: "${{ needs.prepareIterationPathJob.outputs.ITERATION }}"
ado_wit: "User Story"
ado_new_state: "New"
Expand All @@ -279,7 +279,7 @@ jobs:
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
ado_organization: "cattools"
ado_project: "OneCatTools"
ado_area_path: "${{ needs.prepareIterationPathJob.outputs.AREA }}"
ado_area_path: "OneCatTools\\ALMAccelerator\\${{ needs.prepareIterationPathJob.outputs.AREA }}"
ado_iteration_path: "${{ needs.prepareIterationPathJob.outputs.ITERATION }}"
ado_wit: "Bug"
ado_new_state: "New"
Expand All @@ -302,7 +302,7 @@ jobs:
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}"
ado_organization: "cattools"
ado_project: "OneCatTools"
ado_area_path: "${{ needs.prepareIterationPathJob.outputs.AREA }}"
ado_area_path: "OneCatTools\\ALMAccelerator\\${{ needs.prepareIterationPathJob.outputs.AREA }}"
ado_iteration_path: "${{ needs.prepareIterationPathJob.outputs.ITERATION }}"
ado_wit: "Question"
ado_new_state: "New"
Expand Down

0 comments on commit b081eb3

Please sign in to comment.