Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set up CIAbot for github repository

Tags:

git

github

bots

irc

As in the title, I want to know how to set up the CIAbot for a github repository.

like image 351
Wazery Avatar asked Dec 09 '22 09:12

Wazery


1 Answers

From this post (found through a 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

Note: If more than 5 commits are pushed simultaneously, only the last message will be announced (see support message).

Note 2: This project from @tekkub is hosted on github and monitored with CIA

like image 174
nulltoken Avatar answered Dec 16 '22 00:12

nulltoken