karpikpl/AzDO release notes for GitHub
Enhanced AB#xxx links in GitHub release notes for Azure DevOps work items.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ado-pat | Azure DevOps Personal Access Token with read access to work items. | yes | — |
| ado-org | Azure DevOps organization name. | yes | — |
| ado-project | Azure DevOps project name. | yes | — |
| repo-owner | The repo owner. | yes | ${{ github.repository_owner }} |
| repo-name | The repo name. | yes | ${{ github.event.repository.name }} |
| repo-token | A GitHub token for API access. Defaults to {{ github.token }}. | yes | ${{ github.token }} |
| release-id | The release ID. | yes | ${{ github.event.release.id }} |
Outputs
| name | description |
|---|---|
| workItems | List of work items found in the release notes. |