From 91ee3f35d4c6365a1abbfbf6dfda3d5a535e6eab Mon Sep 17 00:00:00 2001 From: Phillip Johnsen Date: Thu, 21 Jun 2018 01:07:32 +0200 Subject: [PATCH] Add github-bot alias (#102) This adds a new alias with all the current members of nodejs/github-bot. Refs https://github.com/nodejs/build/issues/1354 --- iojs.org/aliases.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/iojs.org/aliases.json b/iojs.org/aliases.json index 51d37a2..96c3ada 100644 --- a/iojs.org/aliases.json +++ b/iojs.org/aliases.json @@ -200,5 +200,17 @@ "rod@vagg.org", "zeke@sikelianos.com" ] + }, + { + "from": "github-bot", + "to": [ + "bugs@bergstroem.nu", + "fishrock123@rocketmail.com", + "johphi@gmail.com", + "joyeec9h3@gmail.com", + "me@jonathanmoss.me", + "mscdex@mscdex.net", + "william.kapke@gmail.com" + ] } -] \ No newline at end of file +]