All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cat_2.9.3.0.1.1.source-code.events.scala Maven / Gradle / Ivy

The newest version!
package hubcat

object RepoEvents {
  val Push = "push"
  val Issues = "issues"
  val IssueComment = "issue_comment"
  val CommentComment = "commit_comment"
  val PullRequest = "pull_request"
  val PullRequestReviewComment = "pull_request_review_comment"
  val Gollum = "gollum"
  val Watch = "watch"
  val Download = "download"
  val Fork = "fork"
  val ForkApply = "fork_apply"
  val Member = "member"
  val Public = "public"
  val TeamAdd = "team_add"
  val Status = "status"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy