MovingBlocks / Gooey

Just your friendly #terasology IRC bot :-)
7 stars 2 forks source link

Add github connectors #1

Closed msteiger closed 10 years ago

msteiger commented 10 years ago

There are a few connectors to the GitHub API available for hubot:

Show issue links (e.g. #1054) in IRC https://github.com/github/hubot-scripts/blob/master/src/scripts/github-issue-link.coffee

Same for commit SHAs https://github.com/github/hubot-scripts/blob/master/src/scripts/github-commit-link.coffee

Show issues https://github.com/github/hubot-scripts/blob/master/src/scripts/github-issues.coffee

Push Notifications https://github.com/github/hubot-scripts/blob/master/src/scripts/github-commits.coffee

It would be nice to have them available for Gooey as well

Cervator commented 10 years ago

I think it would be as simple as enabling the modules, configure them somewhere, and re-launch Gooey on Heroku. We've tested GitHub repo creation via Gooey before.

Pretty much just needs somebody interested in testing it some, @simplyianm currently runs Gooey out of his Heroku account, but we can move it over to be launched via Jenkins instead

macalinao commented 10 years ago

Just ping me on IRC after making the changes. All I have to do is push it to Heroku.

Cervator commented 10 years ago

:+1:

macalinao commented 10 years ago

Added in recent commits.