From 1d05ce322b5ab9b0b1c36ccbbf88c08652449148 Mon Sep 17 00:00:00 2001 From: Telukula Jeevan Kumar Sahu Date: Wed, 5 Mar 2025 14:50:41 +0530 Subject: [PATCH] fix(component-owners): Replace team name with individuals Replace the texasinstruments/sitara-mpu-linux-sdk team name with the team individuals to fix the workflow issues observed during f9c53c3 Signed-off-by: Telukula Jeevan Kumar Sahu --- .github/component-owners.yml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/component-owners.yml b/.github/component-owners.yml index a9ccc02af..9389b749b 100644 --- a/.github/component-owners.yml +++ b/.github/component-owners.yml @@ -1,4 +1,9 @@ --- +lists: + sitara-mpu-linux-sdk: &mpu_list + - jeevantelukula + - jsuhaas22 + - sadik-smd # Each component identified by its path prefix has a list of owners components: @@ -18,8 +23,7 @@ components: - vishalmti source/devices/*/android: *android_list - source/system: &mpu_list - - texasinstruments/sitara-mpu-linux-sdk + source/system: *mpu_list source/buildroot: *mpu_list source/linux/Foundational_Components/Hypervisor: *mpu_list source/linux/Foundational_Components/Tools: *mpu_list @@ -36,26 +40,26 @@ components: source/devices/AM64X/linux: *mpu_list source/devices/AM62X/linux: - DhruvaG2000 - - texasinstruments/sitara-mpu-linux-sdk + - *mpu_list source/devices/AM62AX/linux: - - texasinstruments/sitara-mpu-linux-sdk + - *mpu_list source/devices/AM62PX/linux: - AashvijShenai - - texasinstruments/sitara-mpu-linux-sdk + - *mpu_list source/devices/AM62LX/linux: - - texasinstruments/sitara-mpu-linux-sdk + - *mpu_list - bryanbrattlof - r-vignesh source/linux/Overview: - - texasinstruments/sitara-mpu-linux-sdk + - *mpu_list - aniket-l source/linux/Release_Specific: - - texasinstruments/sitara-mpu-linux-sdk + - *mpu_list - aniket-l - praneethbajjuri - uditkumarti