Go to file
Benjamin Bouvier 85363f1333 This is over! 2018-10-10 00:18:29 +02:00
.gitignore Initial commit; 2016-06-23 21:36:35 +02:00
.gitlab-ci.yml You had one job! 2016-06-23 22:21:23 +02:00
Dockerfile Enhance the Dockerfile entrypoint; 2016-09-04 19:41:33 +02:00
LICENSE Readme and license; 2016-06-23 22:34:45 +02:00
README.md This is over! 2018-10-10 00:18:29 +02:00
config.example.js Mention probation: don't use time but number of messages in chan since previous mention; 2017-09-20 22:28:06 +02:00
docker-entrypoint.sh Enhance the Dockerfile entrypoint; 2016-09-04 19:41:33 +02:00
index.js Don't trigger several events when the same issue action is repeated; 2017-10-14 16:08:04 +02:00
package.json Say the url too + upgrade irc; 2017-06-28 11:52:40 +02:00
run-docker.sh Add Dockerfile and instructions; 2016-08-28 15:04:05 +02:00

README.md

NOTICE

This project has been merged within meta-bot, from the same author. It will not be maintained anymore! It is highly recommended to migrate to meta-bot and use the gitlab-notifications and gitlab-helpers modules instead.

gitlab-to-irc

This is a simple Gitlab webhook that will transmit useful information to an IRC channel or person.

how-to

  • Rename config.example.js to config.js and change the values there.
  • run node ./index.js from anywhere.
  • fun and profit.

how-to (Docker)

  • Rename config.example.js to config.js and change the values there.
  • Modify the port mapping in docker-run.sh.
  • ./run-docker.sh
  • fun and profit.

but this doesn't implement what i want

Merge requests are accepted :-)