From ed6405e251d55fef387440933a911914491da6c0 Mon Sep 17 00:00:00 2001 From: Evaldas Latoskinas Date: Tue, 26 May 2026 14:18:32 +0300 Subject: [PATCH 1/2] chore: update codeowners --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f8ca8194b7..c2a06a7e2f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -24,3 +24,4 @@ /pkg/workflows/ @smartcontractkit/keystone /pkg/storage/ @smartcontractkit/dev-services /pkg/teeattestation/ @smartcontractkit/privacy @smartcontractkit/foundations +/pkg/nodeauth @smartcontractkit/cre-business From d979bd686a546890890696be4fc90576dd60bbcc Mon Sep 17 00:00:00 2001 From: Evaldas Latoskinas Date: Wed, 27 May 2026 11:12:25 +0300 Subject: [PATCH 2/2] chore: add trailing slash --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c2a06a7e2f..9a6f2f96d9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -24,4 +24,4 @@ /pkg/workflows/ @smartcontractkit/keystone /pkg/storage/ @smartcontractkit/dev-services /pkg/teeattestation/ @smartcontractkit/privacy @smartcontractkit/foundations -/pkg/nodeauth @smartcontractkit/cre-business +/pkg/nodeauth/ @smartcontractkit/cre-business