From 2e570d742743471e6a1752852bb27606dd4084ca Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Fri, 10 Apr 2020 12:30:13 -0700 Subject: [PATCH] Update CODEOWNERS (#5379) * Update CODEOWNERS --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 55437ea705..967c93bc8f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,5 @@ # Automatically require code review from core-team. * @prysmaticlabs/core-team + +# Starlark code owners +*.bzl @prestonvanloon