Skip to content

Commit

Permalink
Make Ducksboard service listen for issues, fork and watch events.
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorciki committed Jan 12, 2012
1 parent a6e594b commit 777be22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/ducksboard.rb
@@ -1,6 +1,8 @@
class Service::Ducksboard < Service
string :webhook_key

default_events :push, :issues, :fork, :watch

def receive_push
# As simple as it can get: just build a ducksboard webhooks url from
# the webhook_key config param and send the whole payload, ducksboard
Expand Down

0 comments on commit 777be22

Please sign in to comment.