From d14932858b881a86109771c125d6519da4a915d0 Mon Sep 17 00:00:00 2001 From: Xander Huff Date: Wed, 28 Feb 2024 13:04:23 -0500 Subject: [PATCH] Update sync_issues_to_azdo.yml to match AzDO area path update The RTOS area path in Azure DevOps has been moved, so reflect that change in where Bugs for GitHub Issues area created. Signed-off-by: Xander Huff --- .github/workflows/sync_issues_to_azdo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_issues_to_azdo.yml b/.github/workflows/sync_issues_to_azdo.yml index d7d448518..16764e79f 100644 --- a/.github/workflows/sync_issues_to_azdo.yml +++ b/.github/workflows/sync_issues_to_azdo.yml @@ -15,7 +15,7 @@ jobs: github_token: "${{ secrets.GH_REPO_TOKEN }}" ado_organization: "ni" ado_project: "DevCentral" - ado_area_path: "DevCentral\\Product RnD\\PlatformSW\\Platform HW and Drivers\\Drivers\\RTOS" + ado_area_path: "DevCentral\\Product RnD\\Platform HW and SW\\Core SW and Drivers\\Platform HW and Drivers\\Drivers\\RTOS" ado_wit: "Bug" ado_new_state: "Defined" ado_active_state: "Active"