Github Set Issue Milestone
github_set_issue_milestoneSet or clear an issue's milestone by title, using the issue number to locate it. Omit the milestone to remove it.
Instructions
Files an issue under a milestone, or takes it off one. Takes the title rather than the number GitHub wants, and looks it up, which is the work github_update_issue is kept clear of. Omit the title to clear the milestone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| milestone | No | Milestone title to file it under. Omit or pass null for no milestone | |
| repo_name | Yes | ||
| repo_owner | Yes | ||
| issue_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| state | Yes | ||
| title | Yes | ||
| author | Yes | ||
| labels | Yes | ||
| number | Yes | ||
| html_url | Yes | ||
| assignees | Yes | ||
| milestone | Yes | ||
| created_at | Yes | ||
| updated_at | Yes |