We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819f1ce commit aa8a99dCopy full SHA for aa8a99d
patchwork/steps/CreatePR/CreatePR.py
@@ -149,7 +149,7 @@ def create_pr(
149
base_branch_name: str,
150
target_branch_name: str,
151
scm_client: ScmPlatformClientProtocol,
152
- issue_url: str = None,
+ issue_url: str | None = None,
153
force: bool = False,
154
):
155
prs = scm_client.find_prs(repo_slug, original_branch=base_branch_name, feature_branch=target_branch_name)
0 commit comments