github_issues_list_milestones
Retrieve milestones from a GitHub repository. Filter by open, closed, or all states; sort by due date or completeness; set direction and pagination.
Instructions
List milestones
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | owner | |
| repo | Yes | repo | |
| state | No | The state of the milestone. Either `open`, `closed`, or `all`. | |
| sort | No | What to sort results by. Either `due_on` or `completeness`. | |
| direction | No | The direction of the sort. Either `asc` or `desc`. | |
| per_page | No | The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." | |
| page | No | The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." |