UiPath Documentation
activities
latest
false
Integration Service activities

Pull Request Merged

Pull Request Merged trigger in the GitHub connector.

Project compatibility​

Windows | Cross-platform

Overview​

DescriptionAPI MethodAPI Path
The Pull Request Merged trigger starts a workflow when an open pull request becomes merged in GitHub.GET/repos/{owner}/{repo}/pulls

Input​

ParameterDescriptionData Type
RepositoryRepository to monitor for merged pull requests.string
FilterOptional filter on pull request fields (pull number, base, head, state, maintainer flag, title, body).string

Output​

ParameterDescriptionData Type
Pull IDID of the pull request that was merged.string
PullHydrated 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.
  • Project compatibility​
  • Overview​
  • Input​
  • Output​

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated