Skip to content

Commit 4cb35ed

Browse files
committed
testing new version
1 parent 43da107 commit 4cb35ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devolv/drift/github_approvals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def create_github_pr(repo: str, head_branch: str, title: str, body: str, base: s
4545
head=head_branch,
4646
base=base
4747
)
48-
print(f"✅ Created PR #{pr.number} in {repo}: {pr.html_url}")
48+
#print(f"✅ Created PR #{pr.number} in {repo}: {pr.html_url}")
4949

5050
if issue_num:
5151
issue = repo_obj.get_issue(number=issue_num)

0 commit comments

Comments
 (0)