File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 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 }}"
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+
You can’t perform that action at this time.
0 commit comments