From ebc6f072db80c878621de58c9b06faa98021b7d3 Mon Sep 17 00:00:00 2001 From: Jade McGough Date: Fri, 6 Mar 2020 08:58:49 -0800 Subject: [PATCH] chore(github): change CODEOWNERS for tools-team (#17119) We own the pkger tool, so adding that to CODEOWNERS. Removing api-team, as that team no longer exists. --- .github/CODEOWNERS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f0fcb43c36..fe2f0b0de1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,9 +4,12 @@ # Here is information about how to configure this file: # https://help.github.com/en/articles/about-code-owners -# API and monitoring team will help to review swagger.yml changes. +# monitoring team will help to review swagger.yml changes. # -http/swagger.yml @influxdata/api @influxdata/monitoring-team +http/swagger.yml @influxdata/monitoring-team + +# dev tools +/pkger/ @influxdata/tools-team # Storage code /storage/ @influxdata/storage-team-assigner