Skip to content

Commit 0cfdae3

Browse files
authored
Merge pull request #5427 from MicrosoftEdge/Navdeep-ss-patch-4
Enhance ADO sync workflow with regression sync
2 parents 2f0fead + 12b399a commit 0cfdae3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/syncAdo.yml

Lines changed: 14 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,16 @@ 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+
update_issue_body: 'false'
46+

0 commit comments

Comments
 (0)