github.createissueprops.milestone
Home > @runlightyear/github > CreateIssueProps > milestone
CreateIssueProps.milestone property
The number of the milestone to associate this issue with.
NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise.
Signature:milestone?: string | number | null;