From b8f52725410515ce2616c7313dbc8f2758d57587 Mon Sep 17 00:00:00 2001 From: Praneeth Bajjuri Date: Mon, 8 Dec 2025 13:18:46 -0600 Subject: [PATCH 1/5] chore(component-owners): Update component owners Update component and device owners for default code reviews. Signed-off-by: Praneeth Bajjuri --- .github/component-owners.yml | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/.github/component-owners.yml b/.github/component-owners.yml index f8d784b86..b84643a41 100644 --- a/.github/component-owners.yml +++ b/.github/component-owners.yml @@ -34,34 +34,39 @@ components: source/devices/AM437x/linux: *sitara_legacy_list source/devices/AM65X/linux: *sitara_legacy_list - source/devices/AM64X/linux: *mpu_list + source/devices/AM64X/linux: + - Pratham-T + source/devices/AM62X/linux: - DhruvaG2000 - - texasinstruments/sitara-mpu-linux-sdk + - santhosh21 source/devices/AM62AX/linux: - - texasinstruments/sitara-mpu-linux-sdk + - cshilwant + - PrathamTI source/devices/AM62AX/edgeai: - cshilwant - - jeevantelukula + - Akshay-Abdar + + source/devices/AM62DX/linux: + - paresh-bhagat12 source/devices/AM62PX/linux: - - AashvijShenai - - texasinstruments/sitara-mpu-linux-sdk + - jeevantelukula + - jainswamil source/devices/AM62LX/linux: - - texasinstruments/sitara-mpu-linux-sdk - bryanbrattlof - - r-vignesh + - sskartheekadivi source/linux/Overview: - - texasinstruments/sitara-mpu-linux-sdk - - aniket-l + - praneethbajjuri + - gehariprasath + - uditkumarti source/linux/Release_Specific: - - texasinstruments/sitara-mpu-linux-sdk - - aniket-l + - jeevantelukula - praneethbajjuri - uditkumarti - gehariprasath @@ -81,6 +86,7 @@ components: source/linux/Foundational_Components/U-Boot: - bryanbrattlof - jmenti + - ArchUsr64 source/linux/Foundational_Components/Kernel: - devarsht From c48cd5cc09c8815d691631b61f841695af2f62ea Mon Sep 17 00:00:00 2001 From: Randolph Sapp Date: Thu, 18 Dec 2025 01:06:31 -0600 Subject: [PATCH 2/5] fixup! ci(yamllint): add a linter for our many yaml files --- .github/workflows/yamllint.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index c130f9b05..a2c443446 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -9,14 +9,12 @@ on: # yamllint disable-line rule:truthy - '**.yml' jobs: - lint: + yamllint: + name: yamllint runs-on: ubuntu-latest steps: - - name: Checkout repository + - name: Checkout uses: actions/checkout@v4 - - name: Install yamllint - run: pip install yamllint - - - name: Lint YAML files - run: yamllint . + - name: yamllint + uses: reviewdog/action-yamllint@v1 From 7a1eab474b3810aa22686a5990e000e78e842e0c Mon Sep 17 00:00:00 2001 From: Randolph Sapp Date: Thu, 18 Dec 2025 01:11:54 -0600 Subject: [PATCH 3/5] fixup! fixup! ci(yamllint): add a linter for our many yaml files --- .github/workflows/yamllint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index a2c443446..c17856213 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -18,3 +18,6 @@ jobs: - name: yamllint uses: reviewdog/action-yamllint@v1 + with: + fail_on_error: true + filter_mode: nofilter From c15676a8220720c00235e2ee03732ed826e0f4e0 Mon Sep 17 00:00:00 2001 From: Randolph Sapp Date: Thu, 18 Dec 2025 01:14:16 -0600 Subject: [PATCH 4/5] invalid Signed-off-by: Randolph Sapp --- .github/component-owners.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/component-owners.yml b/.github/component-owners.yml index b84643a41..385a43b93 100644 --- a/.github/component-owners.yml +++ b/.github/component-owners.yml @@ -22,6 +22,7 @@ components: source/system: &mpu_list - texasinstruments/sitara-mpu-linux-sdk source/buildroot: *mpu_list + - Invalid source/linux/Foundational_Components/Hypervisor: *mpu_list source/linux/Foundational_Components/Tools: *mpu_list source/linux/Foundational_Components/Virtualization: *mpu_list @@ -69,14 +70,14 @@ components: - jeevantelukula - praneethbajjuri - uditkumarti - - gehariprasath + - gehariprasath source/linux/Foundational_Components: - devarsht - praneethbajjuri - r-vignesh - uditkumarti - - gehariprasath + - gehariprasath source/linux/Foundational_Components/IPC: - 3V3RYONE @@ -93,7 +94,7 @@ components: - praneethbajjuri - r-vignesh - uditkumarti - - gehariprasath + - gehariprasath source/linux/Foundational_Components/Power_Management: - DhruvaG2000 From 948ac338eca3d0b28cc1f48806226fdb7d667742 Mon Sep 17 00:00:00 2001 From: Randolph Sapp Date: Thu, 18 Dec 2025 01:16:24 -0600 Subject: [PATCH 5/5] fixup! fixup! fixup! ci(yamllint): add a linter for our many yaml files --- .github/workflows/yamllint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index c17856213..967316adc 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -19,5 +19,5 @@ jobs: - name: yamllint uses: reviewdog/action-yamllint@v1 with: - fail_on_error: true + fail_level: any filter_mode: nofilter