PullRequestBranchUpdateMethod Enum
The possible methods for updating a pull request's head branch with the base branch.
Possible Values
#
MERGE
Update branch via merge
REBASE
Update branch via rebase
Previous
PullRequest

The possible methods for updating a pull request's head branch with the base branch.
MERGE
Update branch via merge
REBASE
Update branch via rebase
PullRequest