Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion .github/workflows/syncAdo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: Sync to ADO
- name: Sync tracked bugs to ADO
uses: Navdeep-ss/github-actions-issue-to-work-item@simple-sync-azurecli
env:
github_token: "${{ secrets.GITHUB_TOKEN }}"
Expand All @@ -31,3 +31,16 @@ jobs:
ado_area_path: 'Edge\Web Experience\WebView2'
ado_tags: 'WV2_GitHub'
ado_gh_closed_tag: 'WV2_GitHub_Closed'
- name: Sync Regressions to ADO
uses: Navdeep-ss/github-actions-issue-to-work-item@simple-sync-azurecli
env:
github_token: "${{ secrets.GITHUB_TOKEN }}"
with:
label: 'regression'
ado_organization: 'microsoft'
ado_project: 'Edge'
ado_area_path: 'Edge\Web Experience\WebView2'
ado_tags: 'WV2SupportAutoFile'
ado_gh_closed_tag: 'WV2_GitHub_Closed'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How are we passing the data that the bug link shouldn't be updated in the github issue body?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pointing out, I think I missed while formatting

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you confirm update_issue_body is true by default? Do we need to add this property in 'tracked'?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes that is default to true
image

update_issue_body: 'false'