Skip to content

Latest commit

 

History

History
executable file
·
10 lines (7 loc) · 516 Bytes

README.md

File metadata and controls

executable file
·
10 lines (7 loc) · 516 Bytes

Beanstalk Webhooks Integration for Pivotal Tracker

To get started:

  • Edit the config/initializers/configuration.rb with your Pivotal Tracker API key
  • Deploy the app somewhere public
  • Enable Beanstalk webhooks for your server, pointing it to http://your-server.com/commits.json

Once setup, you can format commit messages as specified here

Easily extendable to support other API calls or other services! Fork and be happy!