From 2bc5269bedff10617e3e287cc562af40c0108308 Mon Sep 17 00:00:00 2001 From: Pedro Pombeiro Date: Mon, 21 Jan 2019 14:58:34 +0100 Subject: [PATCH] Configure recipients for yarn.lock changes in PRs Signed-off-by: Pedro Pombeiro --- .github/package-lock-snitch.config.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/package-lock-snitch.config.json diff --git a/.github/package-lock-snitch.config.json b/.github/package-lock-snitch.config.json new file mode 100644 index 0000000000..4c468757ad --- /dev/null +++ b/.github/package-lock-snitch.config.json @@ -0,0 +1,7 @@ +{ + "recipients": [ + "jakubgs", + "mandrigin", + "corpetty" + ] +} \ No newline at end of file