Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
alexef committed Dec 6, 2024
1 parent 766bfff commit 613e33b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autopr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ def merge():
if not ok:
continue
try:
click.secho(f"Attempting to merge {repository.name}")
pr.merge(merge_method="squash")
click.secho(f"Merged {repository.name}")
except ValueError as e:
Expand Down

0 comments on commit 613e33b

Please sign in to comment.