CutoverReviewItem interface
A failed or blocked resource from the GitHub migration, mapped back to ADO context.
Properties
| error | The error message from GitHub for this failed resource, if any. |
| pull |
The full URL to the ADO pull request. |
| state | The node state: failed, blocked, or pending. |
| type | The resource type (e.g. pull_request, pull_request_comment). |
Property Details
error
The error message from GitHub for this failed resource, if any.
error: string
Property Value
string
pullRequestUrl
The full URL to the ADO pull request.
pullRequestUrl: string
Property Value
string
state
The node state: failed, blocked, or pending.
state: string
Property Value
string
type
The resource type (e.g. pull_request, pull_request_comment).
type: string
Property Value
string