Skip to content

code-check/github-hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Hook

Receiving any GitHub events and do something.

How to develop

Currently this app depends on SNAPSHOT version of github-api-scala.
Because now we are developing both concurrency.

So if you modified github-api-scala, you have to copy jar file.

git clone [email protected]:code-check/github-api-scala.git
cd github-api-scala
sbt package
cp target/scala-2.11/github-api_2.11-x.x.x-SNAPSHOT.jar [GITHUBHOOK_HOME]/lib/

Receiving GitHub events with local environment

You can use ngrok.

Make a tunnel by it, and set webhook to its adress.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published