Skip to content

Instantly share code, notes, and snippets.

@mrueegg
Created March 9, 2017 17:17
Show Gist options
  • Save mrueegg/055c83cdd95e87544eafe99d79b036a6 to your computer and use it in GitHub Desktop.
Save mrueegg/055c83cdd95e87544eafe99d79b036a6 to your computer and use it in GitHub Desktop.
Scala trait to count open tasks in a pull request
trait OpenTasksCounter[T] {
def countOpenTasks(pullRequest: T): Long
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment