From ef3b0f86a645aad099e111b167793d3707ebcdbd Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Thu, 24 Jan 2019 22:11:24 +0100 Subject: [PATCH] Add: [DorpsGek] notify via IRC when a new issue/pull request is created --- .dorpsgek.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .dorpsgek.yml diff --git a/.dorpsgek.yml b/.dorpsgek.yml new file mode 100644 index 0000000..a8b976f --- /dev/null +++ b/.dorpsgek.yml @@ -0,0 +1,13 @@ +notifications: + push: + irc: + - openttd + - openttd.notice + pull-request: + irc: + - openttd + - openttd.notice + issue: + irc: + - openttd + - openttd.notice