class Dependabot::PullRequestUpdater::Azure
def temp_branch_name
def temp_branch_name @temp_branch_name ||= T.let( "#{source_branch_name}-temp-#{SecureRandom.uuid[0..6]}", T.nilable(String) ) end
def temp_branch_name @temp_branch_name ||= T.let( "#{source_branch_name}-temp-#{SecureRandom.uuid[0..6]}", T.nilable(String) ) end