gitea_list_pull_requests
List pull requests in a Gitea repository with filters for state, labels, milestone, and sorting options to manage code review workflows.
Instructions
[UNIFIED] List pull requests in a Gitea repository with filters.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| owner | Yes | ||
| repo | Yes | ||
| state | No | open | |
| sort | No | created | |
| labels | No | ||
| milestone | No | ||
| page | No | ||
| limit | No |