pull_request_assigned_to_me
Retrieve pull requests where you are the author, assignee, or optionally a requested reviewer. Supports GitHub, GitLab, Bitbucket, and Azure DevOps.
Instructions
Search pull requests where you are the author or assignee. Set reviewer to true to also include pull requests where you are a requested reviewer (github and gitlab only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| azure_project | No | Optionally set the Azure DevOps project name of the pull request. Required for Azure DevOps | |
| is_closed | No | Set to true if you want to search for closed pull requests | |
| page | No | Optional parameter to specify the page number, defaults to 1 | |
| provider | Yes | Specify the git provider | |
| repository_name | No | Set the repository name of the pull request. Required for Azure DevOps and Bitbucket | |
| repository_organization | No | Set the organization name of the pull request. Required for Azure DevOps and Bitbucket | |
| reviewer | No | Set to true to also include pull requests where you are a requested reviewer. Supported by github, github_enterprise, gitlab, gitlab_self_hosted; ignored for Azure DevOps and Bitbucket. |