list_pr_commits
Retrieve commits from a Forgejo pull request by specifying owner, repository, and pull request number. Supports pagination.
Instructions
List commits in a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Owner/username | |
| repo | Yes | Repository name | |
| index | Yes | Pull request number | |
| page | No | Page number (starts at 1) | |
| limit | No | Number of results per page (max 50) |