script to automate setting up github webhooks
- a clubhouse account and your clubhouse webhook URL ("cog menu" > integrations > github)
- A github token generated at https://github.com/settings/tokens
- add these scopes: admin:repo_hook, repo
- the organization you want to wire up in clubhouse
- a ruby environment to run the script
bundle install
./webhook.rb
see simplified Github workflow
- create an issue related to the problem you want to fix (good for traceability and cross-reference)
- fork the repository
- create a branch (optionally with the reference to the issue in the name)
- hack hack hack
- commit incrementally with readable and detailed commit messages
- submit a pull-request against the master branch of this repository
© 2016 Erik Gustavson