[Problem/Bug]: Some websites (LinkedIn, Facebook, Twitter) cause a crash of the WebView CoreWebView2 instance #1065
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync Issue to Azure DevOps work item | |
on: | |
issues: | |
types: [labeled, closed, reopened] | |
jobs: | |
alert: | |
runs-on: ubuntu-latest | |
name: Syncing to Azure DevOps | |
steps: | |
- uses: champnic/github-actions-issue-to-work-item@simple-sync | |
env: | |
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}" | |
ado_token: '${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}' | |
with: | |
label: 'tracked' | |
ado_organization: 'microsoft' | |
ado_project: 'Edge' | |
ado_area_path: 'Edge\Web Experience\WebView2' | |
ado_tags: 'WV2_GitHub' | |
ado_gh_closed_tag: 'WV2_GitHub_Closed' |