Skip to content

Commit

Permalink
New ADO syncing action
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbrosset committed Feb 8, 2022
1 parent 1ef91fa commit f5a7fc7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ado.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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\Dev Experience\Developer Tools'

0 comments on commit f5a7fc7

Please sign in to comment.