Search
Provides struct and type for PullRequestMergeResult
@type t() :: %GitHub.PullRequest.MergeResult{ merged: boolean(), message: String.t(), sha: String.t() }