class Fbe::FakeOctokit

def commit(_repo, sha)

def commit(_repo, sha)
  {
    sha:,
    stats: {
      total: 123
    }
  }
end