lib/neetob/cli/github/make_pr/script.rb in neetob-0.2.7 vs lib/neetob/cli/github/make_pr/script.rb in neetob-0.3.0

- old
+ new

@@ -27,10 +27,10 @@ find_all_matching_apps_or_repos(repos, :github, sandbox) delete_and_create_temp_neetob_dir matching_repos.each do |repo| ui.info("\n Working on #{repo} \n") begin - clone_repo_in_tmp_dir(repo) + shallow_clone_repo_in_tmp_dir(repo) check_and_delete_remote_branch(repo) update_script_file_permissions execute_script(repo) ui.info(add_commmit_and_push_changes(repo)) delete_local_feature_branch(repo)