Skip to content

Github - Create pull request action #3196

@marko-kriskovic

Description

@marko-kriskovic

The Create pull request action for the Github that creates a pull request.

Action properties:

  • repositoryId - ID of the repository
  • title - The title of the new pull request. Required unless issue is specified.
  • head - The name of the branch where your changes are implemented.
  • head_repo - The name of the repository where the changes in the pull request were made. This field is required for cross-repository pull requests if both repositories are owned by the same organization
  • base - The name of the branch you want the changes pulled into
  • body - The contents of the pull request.
  • issue - integer, An issue in the repository to convert to a pull request
  • draft - boolean, Indicates whether the pull request is a draft

Ouput:

  • url of the pull request

Documentation Reference:
API documentation

Metadata

Metadata

Assignees

Labels

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions