get_pull_request_files
Retrieve a list of files modified in a specific GitHub pull request by providing the repository owner, name, and pull request number.
Instructions
Get the list of files changed in a pull request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
owner | Yes | Repository owner (username or organization) | |
pull_number | Yes | Pull request number | |
repo | Yes | Repository name |