This GitHub action will create a link to a work item in Azure DevOps in a new Pull Request comment if you added a reference, ex. AB#123, in your Pull Request's title or description, where the number is a work item id from Azure DevOps.
organization
: Azure DevOps OrganizationprojectName
: Azure DevOps Team ProjectGITHUB_TOKEN
: ${{secrets.GITHUB_TOKEN}}
on:
pull_request:
branches: [ master ]
- name: Get azdo wi link step
uses: solidify/github-action-azdo-link@master
with:
organization: 'Org Name'
projectName: 'Team Project Name'
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
The scripts and documentation in this project are released under the MIT License