Create a Pull Request

Create a pull request for a specified GitHub repository.

Syntax

Below is a line-by-line overview of the automation syntax. Expand each line to learn more.

create the pull request in {the repository source}

What does it do? Create a pull request for a specified GitHub repository.

Where does it go? This is the base syntax for the procedure.

Is it required? ✅ Yes — This phrase is required in the syntax.

Does it require input data? ✅ Yes — This phrase requires a value for the repository source and a reference to a git hub pull request for the pull request.

Examples

1. Create a pull request from a repository

the pull request is '{"head": "feature-branch", "base": "main", "title": "This is the title", "body": "This is the body"}'
create the pull request in "kognitos/bdk-api"

Last updated

Was this helpful?