File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1642,9 +1642,9 @@ def open_pull_request(
1642
1642
The authenticated user must have REPO_READ permission for the "from" and "to"repositories to call this resource.
1643
1643
:param source_project: the project that the PR source is from
1644
1644
:param source_repo: the repository that the PR source is from
1645
- :param source_branch: the branch name of the PR
1646
1645
:param dest_project: the project that the PR destination is from
1647
1646
:param dest_repo: the repository that the PR destination is from
1647
+ :param source_branch: the branch name of the PR
1648
1648
:param destination_branch: where the PR is being merged into
1649
1649
:param title: the title of the PR
1650
1650
:param description: the description of what the PR does
You can’t perform that action at this time.
0 commit comments