Skip to content

Commit 359379b

Browse files
committed
add create_pull_request to git backend
1 parent de76a1e commit 359379b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda_forge_tick/git_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ def create_pull_request(
10621062
"base": GithubPullRequestBase(repo=GithubRepository(name=target_repo)),
10631063
}
10641064
)
1065-
1065+
10661066
def comment_on_pull_request(
10671067
self, repo_owner: str, repo_name: str, pr_number: int, comment: str
10681068
):

0 commit comments

Comments
 (0)