class Avmtrf1::Tools::Runner::Git::Gitlab::CommitLink

def run

def run
  repository_banner
  commits.each { |c| commit_banner(c) }
  run_output
end