lib/octopolo/pull_request_merger.rb in octopolo-1.7.1 vs lib/octopolo/pull_request_merger.rb in octopolo-1.8.0
- old
+ new
@@ -53,10 +53,10 @@
when GitHub::PullRequest::CommentFailed
cli.say "Unable to write comment. Please navigate to #{pull_request.url} and add the comment, '#{comment_body}'"
else
cli.say "An unknown error occurred: #{e.inspect}"
end
- false
+ raise
end
# Public: Check out the branch
def check_out_branch
git.check_out branch_to_merge_into