PullRequestCreateRequest Class

Definition

PullRequestCreateRequest

public class PullRequestCreateRequest
type PullRequestCreateRequest = class
Public Class PullRequestCreateRequest
Inheritance
PullRequestCreateRequest

Constructors

Name Description
PullRequestCreateRequest()

Properties

Name Description
Base

The name of the branch you want the changes pulled into. This should be an existing branch on the current repository. You cannot submit a pull request to one repository that requests a merge to a base of another repository.

Body

The contents of the pull request.

CanMaintainerModify

Indicates whether maintainers can modify the pull request.

Draft

Indicates whether the pull request is a draft.

Head

The name of the branch where your changes are implemented. For cross-repository pull requests in the same network, namespace head with a user like this: username:branch.

Title

The title of the new pull request.

Applies to