Skip to content

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.

License

Notifications You must be signed in to change notification settings

solidify/github-action-azdo-link

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add Azure DevOps Work Item link to Pull Request

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.

Usage

Inputs

  • organization: Azure DevOps Organization
  • projectName: Azure DevOps Team Project
  • GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Example usage

Add a trigger on Pull Request

on:
  pull_request:
    branches: [ master ]

Add a step

- 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}}

License

The scripts and documentation in this project are released under the MIT License

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published