Skip to content

Please add a Setting to disable the Back button on tabs opened from 'Open Link in New Tab' #200

Please add a Setting to disable the Back button on tabs opened from 'Open Link in New Tab'

Please add a Setting to disable the Back button on tabs opened from 'Open Link in New Tab' #200

Workflow file for this run

name: Sync issue to Azure DevOps work item
on:
issues:
types:
[labeled]
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: captainbrosset/github-actions-issue-to-work-item@simple-sync
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: 'DevToolsGitHubSync'
ado_area_path: 'Edge\Web Experience\Developer Tools'