From 3dd0b2e1caaaac00fb122977ab8dc91380a95b6e Mon Sep 17 00:00:00 2001 From: Archento Date: Fri, 6 Sep 2024 12:02:59 +0200 Subject: [PATCH] update: codeowners --- .github/CODEOWNERS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1624f46b4..5c16010e1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,5 @@ -* @jrriehl @lrahmani @Archento +# The default code owners of the uagents repo. +* @jrriehl @Archento @lrahmani + +# Code owner of the integrations folder +/integrations/ @devjsc