Skip to content

Contains a custom Github action to post comments to Azure DevOps work items.

Notifications You must be signed in to change notification settings

oxctl/post-ado-comment-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Post ADO Comment action

Contains a custom Github action to post comments to Azure DevOps work items.

Inputs

ado-organization

Required The ADO organization.

ado-project

Required The ADO project.

ado-username

Required The ADO username that will be the owner of the comment IMPORTANT: Do not reveal this from the caller action, use secrets.

ado-personal-token

Required The ADO personal token for the username. IMPORTANT: Do not reveal this from the caller action, use secrets.

Outputs

api-response

The Azure DevOps API response after requesting to post a comment.

Example usage

uses: oxctl/post-ado-comment-action@v1.0
with:
  ado-organization: 'jedis'
  ado-project: 'The Light Side'
  ado-username: obiwan@jedis.com
  ado-personal-token: this_has_to_be_private

About

Contains a custom Github action to post comments to Azure DevOps work items.

Resources

Stars

Watchers

Forks

Packages

No packages published