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

rbrisseyii/github-action-azdo-link

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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

Languages

  • TypeScript 100.0%