analyze_file_changes
Analyze GitHub PR file changes to determine the types of modifications and understand the scope of the pull request.
Instructions
Analyzes file changes in a GitHub PR to determine the type of changes made.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | The name of the repository. | |
| owner | Yes | The owner of the repository. | |
| pull_number | Yes | The number of the pull request. |