Skip to content

Commit aeaf78c

Browse files
authored
Enhance ADO sync workflow with regression sync
1 parent 2f0fead commit aeaf78c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/syncAdo.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
client-id: ${{ secrets.AZURE_CLIENT_ID }}
2121
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
2222
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
23-
- name: Sync to ADO
23+
- name: Sync tracked bugs to ADO
2424
uses: Navdeep-ss/github-actions-issue-to-work-item@simple-sync-azurecli
2525
env:
2626
github_token: "${{ secrets.GITHUB_TOKEN }}"
@@ -31,3 +31,15 @@ jobs:
3131
ado_area_path: 'Edge\Web Experience\WebView2'
3232
ado_tags: 'WV2_GitHub'
3333
ado_gh_closed_tag: 'WV2_GitHub_Closed'
34+
- name: Sync Regressions to ADO
35+
uses: Navdeep-ss/github-actions-issue-to-work-item@simple-sync-azurecli
36+
env:
37+
github_token: "${{ secrets.GITHUB_TOKEN }}"
38+
with:
39+
label: 'regression'
40+
ado_organization: 'microsoft'
41+
ado_project: 'Edge'
42+
ado_area_path: 'Edge\Web Experience\WebView2'
43+
ado_tags: 'WV2SupportAutoFile'
44+
ado_gh_closed_tag: 'WV2_GitHub_Closed'
45+

0 commit comments

Comments
 (0)