diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 48761dc..dea8f53 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,13 @@ * @ajpantuso @apahim @erdii @eqrx @kostola @nanyte25 @pbabic-redhat @robshelly @thetechnick + +# Go module files. +go.mod @eqrx +go.sum @eqrx +go.work @eqrx +go.work.sum @eqrx + +# Github actions. +/.github/workflows/ @eqrx + +# Dependabot. +/.github/dependabot.yml @eqrx