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

Provides struct and type for PullRequestMergeResult

Link to this section Summary

Link to this section Types

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