list_pull_requests
Retrieve and filter Pull Requests in Gitee repositories based on state, sorting, labels, or milestones for streamlined code review and collaboration workflows.
Instructions
列出 Gitee 仓库中的 Pull Requests
Input Schema
Name | Required | Description | Default |
---|---|---|---|
direction | No | Sort direction | desc |
labels | No | Labels, multiple labels separated by commas | |
milestone | No | Milestone ID | |
owner | Yes | Repository owner path (enterprise, organization, or personal path) | |
page | No | Page number | |
per_page | No | Number of items per page, maximum 100 | |
repo | Yes | Repository path | |
sort | No | Sort field | created |
state | No | Pull Request state | open |