From 1f7ba28bde172de7ae0720adf8790feb4c921f1f Mon Sep 17 00:00:00 2001 From: kieferrm Date: Wed, 7 Oct 2020 00:17:27 +0000 Subject: [PATCH] add subscribers to notebook issues --- .github/subscribers.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/subscribers.json b/.github/subscribers.json index 89dee80d4a9..7ee6e5cdadd 100644 --- a/.github/subscribers.json +++ b/.github/subscribers.json @@ -1,7 +1,9 @@ { - "label-to-subscribe-to": [ - "list of usernames to subscribe", - "such as:", - "JacksonKearl" + "notebook": [ + "claudiaregio", + "rchiodo", + "greazer", + "donjayamanne", + "jilljac" ] }