GitAsyncRefOperationSource interface

GitAsyncRefOperationSource specifies the pull request or list of commits to use when making a cherry pick and revert operation request. Only one should be provided.

Properties

commitList

A list of commits to cherry pick or revert

pullRequestId

Id of the pull request to cherry pick or revert

Property Details

commitList

A list of commits to cherry pick or revert

commitList: GitCommitRef[]

Property Value

pullRequestId

Id of the pull request to cherry pick or revert

pullRequestId: number

Property Value

number