Skip to content
This repository was archived by the owner on Jul 6, 2018. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

README

Name

github-event-watcher

Description

This package is for developers who want to watch GitHub repositories of other people. You can't set GitHub Webhooks for GitHub repositories of other people.

This package pulls events from GitHub and sends GitHub compatible (subset) POST request to your Webhooks.

You can implement commit mail by using with GitHub POST receiver at clear-code/git-utils.

Usage

% git clone https://github.com/clear-code/git-utils.git
% cd github-event-watcher
% cp config.yaml{.example,}
% editor config.yaml
% ruby -I lib bin/github-pull-push-events --daemon

config.yaml uses the following format:

repositories:
  - clear-code/git-utils
  - ruby/ruby
  - rails/rails
webhook-end-point: http://git-utils.example.com/post-receiver/

List repositories by ${owner}/${name} format into repositories.

Specify your GitHub Webhook receiver URL to webhook-end-point.

Authors

License

GPLv3 or later.