From 68fa4d88cfec6bd0944f2ed07bcb7cb92958b588 Mon Sep 17 00:00:00 2001 From: Nicole Hubbard Date: Thu, 8 Aug 2024 16:21:55 +0000 Subject: [PATCH] Allow all maintainers to approve go.mod and go.sum changes --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6f645fc..dce8dcc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -27,3 +27,6 @@ versionx/ @infratographer/sig-bootstrap viperx/ @infratographer/sig-bootstrap zapx/ @infratographer/sig-bootstrap testing/containersx @infratographer/sig-bootstrap + +go.mod @infratographer/sig-bootstrap @infratographer/identity_maintainers @infratographer/sig-events +go.sum @infratographer/sig-bootstrap @infratographer/identity_maintainers @infratographer/sig-events