View Source GitHub.PullRequest.MergeResult (GitHub REST API Client v0.1.1)

Provides struct and type for a PullRequest.MergeResult

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.PullRequest.MergeResult{
  __info__: map(),
  merged: boolean(),
  message: String.t(),
  sha: String.t()
}