Skip to main content

github.createpullrequestprops.base

Home > @runlightyear/github > CreatePullRequestProps > base

CreatePullRequestProps.base property

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.

Signature:
base: string;