# Pull Request Merged

> Pull Request Merged trigger in the GitHub connector.

## Project compatibility

Windows | Cross-platform

## Overview

| Description | API Method | API Path |
| --- | --- | --- |
| The Pull Request Merged trigger starts a workflow when an open pull request becomes merged in GitHub. | GET | /repos/{owner}/{repo}/pulls |

## Input

| Parameter | Description | Data Type |
| --- | --- | --- |
| Repository | Repository to monitor for merged pull requests. | string |
| Filter | Optional filter on pull request fields (pull number, base, head, state, maintainer flag, title, body). | string |

## Output

| Parameter | Description | Data Type |
| --- | --- | --- |
| Pull ID | ID of the pull request that was merged. | string |
| Pull | Hydrated pull request object at the time of merge. | Object |

:::note
* In API workflows, a single
response object is returned as the output. Any required fields can be extracted directly from this object.
* In RPA workflows, some output
parameters may differ, but the necessary values can still be retrieved from the response object even if they are not explicitly exposed.
:::
