From 23186af42c6d32790bc85ff9c85ffd91d5075079 Mon Sep 17 00:00:00 2001 From: vla33 <104577198+vla33@users.noreply.github.com> Date: Thu, 16 Jun 2022 19:34:40 +0300 Subject: [PATCH] Updated CODEOWNERS to include go.mod and go.sum for the integration tests (#6804) --- CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 964fc8046d0..968ef189c6b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -60,5 +60,7 @@ package.json @smartcontractkit/prodsec-public yarn.lock @smartcontractkit/prodsec-public go.mod @smartcontractkit/prodsec-public go.sum @smartcontractkit/prodsec-public +integration-tests/go.mod @smartcontractkit/prodsec-public +integration-tests/go.sum @smartcontractkit/prodsec-public flake.nix @smartcontractkit/prodsec-public flake.lock @smartcontractkit/prodsec-public