Skip to content

Instantly share code, notes, and snippets.

@jgsamudio
Created May 4, 2020 01:43
Show Gist options
  • Save jgsamudio/6891a5b859ed349c76e953e6e3ec5bc0 to your computer and use it in GitHub Desktop.
Save jgsamudio/6891a5b859ed349c76e953e6e3ec5bc0 to your computer and use it in GitHub Desktop.
/// The GitHub metadata for your pull request.
public struct GitHub : Decodable {
public let issue: Danger.GitHubIssue
public let pullRequest: Danger.GitHubPR
public let commits: [Danger.GitHubCommit]
public let reviews: [Danger.GitHubReview]
public let requestedReviewers: Danger.GitHubRequestedReviewers
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment