Skip to main content

github.updatepullrequestprops.base

Home > @runlightyear/github > UpdatePullRequestProps > base

UpdatePullRequestProps.base property

The name of the branch you want your changes pulled into. This should be an existing branch on the current repository. You cannot update the base branch on a pull request to point to another repository.

Signature:
base?: string;