diff --git a/updater/bin/update_script.rb b/updater/bin/update_script.rb index 237a6129..69997b58 100644 --- a/updater/bin/update_script.rb +++ b/updater/bin/update_script.rb @@ -508,13 +508,13 @@ def show_diff(original_file, updated_file) puts "source '#{$source}'" puts "creds '#{$options[:credentials]}'" -azure_client1 = Dependabot::Clients::Azure.for_source( - source: $source, - credentials: $options[:credentials] -) -user_id = azure_client1.get_user_id -target_branch_name = $options[:branch] || azure_client1.fetch_default_branch($source.repo) -active_pull_requests = azure_client1.pull_requests_active(user_id, target_branch_name) +# azure_client1 = Dependabot::Clients::Azure.for_source( +# source: $source, +# credentials: $options[:credentials] +# ) +# user_id = azure_client1.get_user_id +# target_branch_name = $options[:branch] || azure_client1.fetch_default_branch($source.repo) +# active_pull_requests = azure_client1.pull_requests_active(user_id, target_branch_name) ############################## # Fetch the dependency files #