[🐛 Bug]: Something wrong when i switch browser tabs with Edge in IE-mode on windows 10. #177
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] | |
jobs: | |
sync: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: MicrosoftEdge/action-issue-to-workitem@main | |
env: | |
ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}" | |
github_token: "${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}" | |
with: | |
label: 'tracked' | |
ado_organization: 'microsoft' | |
ado_project: 'Edge' | |
ado_tags: 'EdgeDriverGitHubSync' | |
ado_area_path: 'Edge\Web Experience\Developer Tools\Automation' |