From ace4d251e2bf236310b79195e7e81b73a55bc245 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 Signed-off-by: GitHub --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6f645fcf..dce8dcc4 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