Skip to content

Commit 145381e

Browse files
authored
Update area path for syncing issues with AzDO (#1214)
Update AzDO area path
1 parent ff87243 commit 145381e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync_github_issues_to_azdo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# Omit "labeled" and "unlabeled" to work around https://github.com/danhellem/github-actions-issue-to-work-item/issues/70
66
types:
77
[opened, edited, deleted, closed, reopened, assigned]
8-
issue_comment:
8+
issue_comment:
99
types: [created, edited, deleted]
1010

1111
jobs:
@@ -29,7 +29,7 @@ jobs:
2929
github_token: "${{ secrets.GH_REPO_TOKEN }}"
3030
ado_organization: "ni"
3131
ado_project: "DevCentral"
32-
ado_area_path: "DevCentral\\Product RnD\\Platform HW and SW\\SW New Invest and Tech\\ETW\\HW Config\\HW Config Amber"
32+
ado_area_path: "DevCentral\\Product RnD\\Platform HW and SW\\SW New Invest and Tech\\ETW\\InstrumentStudio\\Core\\Platform"
3333
ado_wit: "${{ steps.choose_work_item_type.outputs.work_item_type }}"
3434
ado_new_state: "New"
3535
ado_active_state: "Active"

0 commit comments

Comments
 (0)