Skip to content

Executing requests in a page with overriden native functions #2

Executing requests in a page with overriden native functions

Executing requests in a page with overriden native functions #2

# This workflow is used to auto-create ADO work items when issues are labeled with 'tracked'.
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.GITHUB_TOKEN }}"
with:
label: 'tracked'
ado_organization: 'microsoft'
ado_project: 'Edge'
ado_tags: 'DevToolsGitHubSync'
ado_area_path: 'Edge\Web Experience\Developer Tools'