Skip to content

Instantly share code, notes, and snippets.

@joan38
Last active June 7, 2018 22:11
Show Gist options
  • Select an option

  • Save joan38/4e2d6259182d3533859c2e9cd38bf937 to your computer and use it in GitHub Desktop.

Select an option

Save joan38/4e2d6259182d3533859c2e9cd38bf937 to your computer and use it in GitHub Desktop.
object Orkestra extends OrkestraServer with GithubHooks {
lazy val board = Folder("Orkestra")(
PullRequestChecks.board,
CreateEnvironment.board
)
lazy val jobs = Set(PullRequestChecks.job, CreateEnvironment.job)
lazy val githubTriggers = Set(
PullRequestTrigger(Repository("myOrganisation/myRepo"), PullRequestChecks.job)()
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment