create_milestone
Create an open milestone in an allowed GitHub repository by providing account, repository name, and title, with optional due date and description passed securely via stdin.
Instructions
Create an open milestone in an allowed repository. The description is sent through stdin and is not written to the audit log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dueOn | No | ||
| title | Yes | ||
| account | Yes | ||
| hostname | No | ||
| repository | Yes | Repository in owner/name format | |
| description | No |