From 7dbeb285ee7356a42d7d5f299de697d791670f24 Mon Sep 17 00:00:00 2001 From: Jerry Zhang Date: Wed, 12 Oct 2022 14:06:01 -0700 Subject: [PATCH] github: Allow teams to be specified in Reviewers Topic: teams closes #73 --- revup/github_utils.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/revup/github_utils.py b/revup/github_utils.py index 2b24fde..9273e2f 100644 --- a/revup/github_utils.py +++ b/revup/github_utils.py @@ -236,6 +236,10 @@ async def query_everything( login id }} + ... on Team {{ + name + id + }} }} }} }}