-
Notifications
You must be signed in to change notification settings - Fork 112
Labels
backendConcerning any and all backend issuesConcerning any and all backend issuesenhancementNew feature or requestNew feature or requesthacktoberfestworkflow-componentNew backend component requestNew backend component request
Description
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
backendConcerning any and all backend issuesConcerning any and all backend issuesenhancementNew feature or requestNew feature or requesthacktoberfestworkflow-componentNew backend component requestNew backend component request
Type
Projects
Status
Todo