From d8c57d36948cc707e587568a3ad1f4518cd806b7 Mon Sep 17 00:00:00 2001 From: Pedro Pombeiro Date: Mon, 21 Jan 2019 14:56:04 +0100 Subject: [PATCH] Configure recipients for Gopkg.lock changes in PRs --- .github/package-lock-snitch.config.json | 6 ++++++ 1 file changed, 6 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 000000000..65189d991 --- /dev/null +++ b/.github/package-lock-snitch.config.json @@ -0,0 +1,6 @@ +{ + "recipients": [ + "adambabik", + "mandrigin" + ] +} \ No newline at end of file