Contains a custom Github action to post comments to Azure DevOps work items.
Required The ADO organization.
Required The ADO project.
Required The ADO username that will be the owner of the comment IMPORTANT: Do not reveal this from the caller action, use secrets.
Required The ADO personal token for the username. IMPORTANT: Do not reveal this from the caller action, use secrets.
The Azure DevOps API response after requesting to post a comment.
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