oxctl/Post a comment to an ADO item
Posts a comment to an Azure DevOps work item via the Azure API using cURL.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ado-organization | The ADO organization. | yes | — |
| ado-project | The ADO project. | yes | — |
| ado-username | The ADO username that will be the owner of the comment IMPORTANT: Do not reveal this from the caller action, use secrets. | yes | — |
| ado-personal-token | The ADO personal token for the username. IMPORTANT: Do not reveal this from the caller action, use secrets. | yes | — |
Outputs
| name | description |
|---|---|
| api-response | The response obtained by the Azure DevOps API |