app/lib/UpdateReporter.scala (9 lines of code) (raw):
package lib
import com.madgag.scalagithub.model.PullRequest
trait UpdateReporter {
def report(
repoSnapshot: RepoSnapshot,
pr: PullRequest,
checkpointsStateChangeSummary: PullRequestCheckpointsStateChangeSummary
): Unit
}