UpdatePullRequestBranch
Merge or Rebase HEAD from upstream branch into pull request branch.
Input
Name | Type | Description |
PullRequestId | String | The Node ID of the pull request. |
ExpectedHeadOid | String | The head ref oid for the upstream branch. |
UpdateMethod | String | The update branch method to use. If omitted, defaults to 'MERGE'.
使用できる値は次のとおりです。MERGE, REBASE |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates whether or not the operation executed successfully. |
Details | String | Any extra details on the operation's execution. |
PullRequestId | String | The ID of the updated pull request. |