如何为github存储库设置CIAbot

时间:2011-05-01 16:43:46

标签: git github irc bots

在标题中,我想知道如何为github存储库设置CIAbot。

2 个答案:

答案 0 :(得分:13)

从此post(通过Google search找到)。

On your GitHub account
 - Click Admin on the GitHub project page.
 - Click Service Hooks.
 - Click CIA in the list
 - Check [X] Active

Now go to http://cia.vc and create an account.
 - Create a new repository and enter the info
 - Fill the website URL with https://github.com/your_login/your_repo.git
 - Click Bots, Add bot and choose an IRC channel

注意:如果同时推送超过5个提交,则只会宣布最后一条消息(请参阅support message)。

注意2: project中的@tekkub托管在github上,并使用CIA进行监控

答案 1 :(得分:1)