[Buildbot] #2868: bb-github should report pull reqs, too

Buildbot trac trac at buildbot.net
Mon Aug 11 15:33:55 UTC 2014


#2868: bb-github should report pull reqs, too
------------------------+-------------------------
Reporter:  dustin       |      Owner:  dustin
    Type:  enhancement  |     Status:  new
Priority:  major        |  Milestone:  sys - other
 Version:  0.8.9        |   Keywords:
------------------------+-------------------------
 See https://gist.github.com/metajack/5323449

 {{{
 {
     "name": "irc",
     "active": true,
     "events": [
         "push",
         "pull_request"
     ],
     "config": {
         "server": "irc.freenode.net",
         "port": "6697",
         "room": "#buildbot",
         "nick": "bb-github",
         "ssl": "1",
         "message_without_join": "0",
         "no_colors": "0",
         "notice": "0"
     }
 }

 }}}
 This requires adding an oAuth key to your account temporarily and using

 {{{
 curl -i -H "Authorization: token key-goes-here" -X POST
 https://api.github.com/repos/$owner/$repo/hoo    ks --data @irc.json
 }}}

--
Ticket URL: <http://trac.buildbot.net/ticket/2868>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list