Fetch Pull Requests
fetch_merged_prsRetrieve merged pull requests from a GitHub repository for generating release notes, changelogs, or summarizing feature additions and bug fixes.
Instructions
Retrieves a list of Pull Requests from the specified GitHub repository. Crucial for generating automated release notes, writing changelogs, or summarizing the latest features and bug fixes added to the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | The maximum number of recent merged PRs to fetch. Defaults to 10. | |
| isMerged | No | The boolean variable that indicates which type of pull requests will be fetched merged or not merged. Defaults is false which means fetch not merged pull requests. | |
| repoName | Yes | The name of the repository (e.g., 'react'). Ask the user if not provided. | |
| repoOwner | Yes | The owner of the repository (e.g., 'facebook'). Ask the user if not provided. |