Github Get Pr Content
github_get_pr_contentFetch the content and details of a specific pull request from a GitHub repository by specifying the owner, repository name, and pull request number.
Instructions
Fetches the content/details of a specific pull request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pr_number | Yes | ||
| repo_name | Yes | ||
| repo_owner | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| title | Yes | ||
| author | Yes | ||
| base_ref | Yes | ||
| head_ref | Yes | ||
| head_sha | Yes | ||
| created_at | Yes | ||
| updated_at | Yes | ||
| description | Yes | ||
| requested_teams | Yes | ||
| requested_reviewers | Yes |