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