Message notification via LINE Notify with personal token.
https://notify-bot.line.me/en/
##Run
$JAVA_HOME/bin/java -Dlogging.file=${YOUR_LOG_DIR} -Dlogging.level.ROOT=${LEVEL} -jar line-notify-gateway.jar
POST /v1/github/payload?noify_token=${YOUR_LINE_NOTIFY_PRIVATE_ACCESS_TOKEN}
Content-Type: application/json
Currently support GitHub Event Types are create
, issues
, issue_comment
, pull_request
, pull_request_review
, pull_request_review_comment
, release