You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Benjamin Bouvier 85363f1333
This is over!
5 years ago
.gitignore Initial commit; 7 years ago
.gitlab-ci.yml You had one job! 7 years ago
Dockerfile Enhance the Dockerfile entrypoint; 7 years ago
LICENSE Readme and license; 7 years ago
README.md This is over! 5 years ago
config.example.js Mention probation: don't use time but number of messages in chan since previous mention; 6 years ago
docker-entrypoint.sh Enhance the Dockerfile entrypoint; 7 years ago
index.js Don't trigger several events when the same issue action is repeated; 6 years ago
package.json Say the url too + upgrade irc; 6 years ago
run-docker.sh Add Dockerfile and instructions; 7 years ago

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 :-)