gitee_list_pulls
List pull requests from a Gitee repository. Filter by state, branch, labels, milestone, and sort by creation or popularity to find PRs.
Instructions
List pull requests
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository path name | |
| state | No | open, closed, merged, all | |
| head | No | Filter by head branch (user:branch) | |
| base | No | Filter by base branch | |
| sort | No | created, updated, popularity, long-running | |
| direction | No | asc or desc | |
| milestone_number | No | Milestone number | |
| labels | No | Labels filter | |
| page | No | Page number | |
| per_page | No | Items per page (max 100) |