public
Description: A web hook that takes GitHub commits and turns them into Unfuddle changesets posting using the Unfuddle API.
Homepage:
Clone URL: git://github.com/mbleigh/github-unfuddle.git
github-unfuddle / config.example
100644 12 lines (10 sloc) 0.221 kb
1
2
3
4
5
6
7
8
9
10
11
12
unfuddle:
  subdomain: something
  use_ssl: false
  user: yourusername
  password: yourpassword
  people:
    githubemailaddress@something.com: 1111
    
repositories:
  github-unfuddle:
    unfuddle_project_id: 1111