-
-
Notifications
You must be signed in to change notification settings - Fork 7
Add GitHub Pull Request explanation #175
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestnodePull requests that update the node codePull requests that update the node codepythonPull requests that update python codePull requests that update python code
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestnodePull requests that update the node codePull requests that update the node codepythonPull requests that update python codePull requests that update python code
Add a flag to generate an explanation for a specific GitHub pull request.
Example:
Implementation idea:
Relevant GitHub APIs:
GET /repos/{owner}/{repo}/pulls/{pull_number} GET /repos/{owner}/{repo}/pulls/{pull_number}/filesThe CLI should summarize the purpose of the PR and the main changes introduced.
Example output:
This would make it easier to quickly understand what a pull request does without manually reading the entire diff.