Skip to main content

github.createpullrequestprops.issue

Home > @runlightyear/github > CreatePullRequestProps > issue

CreatePullRequestProps.issue property

An issue in the repository to convert to a pull request. The issue title, body, and comments will become the title, body, and comments on the new pull request. Required unless title is specified.

Signature:
issue?: number;