open_pull_request
Open a pull request on GitHub.
def open_pull_request(
rl_version: string
) - > string
Open a pull request on GitHub.
Parameters
| Name | Type | Description |
|---|---|---|
| rl_version | string | The version string used to define the pull request title, the source branch name, and the release body |
Returns
| Type | Description |
|---|---|
string | The web URL (html_url) of the newly created pull request on GitHub |