fetch_pull_request
Retrieve detailed information about specific pull requests from GitHub or GitLab repositories to support code review workflows and collaboration.
Instructions
Fetch pull request details from GitHub/GitLab
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository | Yes | Repository in format "owner/repo" | |
| pullRequestNumber | Yes | Pull request number | |
| provider | No | Git provider (github or gitlab) | gitlab |