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 92b3360 commit 976eb6cCopy full SHA for 976eb6c
scripts/utils/pr.py
@@ -43,7 +43,6 @@ def create_update_pr(commit_message: str, branch_prefix: str, title: str, body:
43
ident()
44
print(f"Creating/updating PR in {repo.full_name} on branch {base_branch} with prefix {branch_prefix}")
45
46
- # get all prs and see if there is one whose branch starts with the branch_prefix
47
prs = repo.get_pulls(state="open", sort="created", base=base_branch)
48
pull_request: None | PullRequest = None
49
for pr in prs:
0 commit comments