UiPath Documentation
activities
latest
false
Integration Service activities
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

Merge Pull Request

Merge Pull Request activity in the GitHub connector.

Project compatibility​

Windows | Cross-platform

Overview​

DescriptionAPI MethodAPI Path
The Merge Pull Request activity merges an existing pull request in a GitHub repository.PUT/repos/{owner}/{repo}/pulls/{pull_number}/merge

Input​

ParameterDescriptionData Type
RepositoryRepository containing the pull request. Select from the dropdown to choose your repository — if you have access to multiple organizations, the dropdown includes repositories from all of them. The name is not case sensitive.string
Pull numberNumber that identifies the pull request to merge. You can retrieve the pull number from the output of a Create pull request activity or List all Records - Pulls (object), or by using a PULL_CREATED event trigger.string
Merge methodMerge strategy to use: merge, squash, or rebase.string
Commit titleOptional custom commit title for the merge commit.string
Commit messageOptional extra detail appended to the automatic commit message.string
SHAOptional head SHA that must match the pull request head to allow the merge to proceed.string

Output​

ParameterDescriptionData Type
Merge resultResponse from the merge API, as defined in the connector.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​

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新