From da1179b889d8664e5255c9cfd5cb26a04584d2d3 Mon Sep 17 00:00:00 2001 From: mtchoum1 Date: Wed, 22 Apr 2026 15:12:17 +0000 Subject: [PATCH 1/2] feat: onboard Notebooks to CVE fixer workflow Add Notebooks to component-repository-mappings.json with 3 repos: - opendatahub-io/notebooks (upstream) - mtchoum1/notebooks (midstream) - red-hat-data-services/notebooks (downstream, active: rhoai-2.25, rhoai-3.3) Co-Authored-By: Claude Sonnet 4.6 --- .../component-repository-mappings.json | 27 ++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/workflows/cve-fixer/component-repository-mappings.json b/workflows/cve-fixer/component-repository-mappings.json index 4c90be2..a2d42b3 100644 --- a/workflows/cve-fixer/component-repository-mappings.json +++ b/workflows/cve-fixer/component-repository-mappings.json @@ -593,11 +593,36 @@ ] } ] + }, + "Notebooks": { + "repos": [ + { + "url": "https://github.com/opendatahub-io/notebooks", + "type": "upstream", + "default_branch": "main", + "active_branches": [] + }, + { + "url": "https://github.com/mtchoum1/notebooks", + "type": "midstream", + "default_branch": "main", + "active_branches": [] + }, + { + "url": "https://github.com/red-hat-data-services/notebooks", + "type": "downstream", + "default_branch": "main", + "active_branches": [ + "rhoai-2.25", + "rhoai-3.3" + ] + } + ] } }, "metadata": { "description": "Component to repository and branch mappings for CVE fix workflow automation", "purpose": "Maps Jira components to GitHub repositories and their branch strategies for automated CVE patching", - "last_updated": "2026-04-16" + "last_updated": "2026-04-22" } } From af85b415d357ac9fd8dc1d3e1e3635ba967662c8 Mon Sep 17 00:00:00 2001 From: mtchoum1 Date: Wed, 22 Apr 2026 15:39:02 +0000 Subject: [PATCH 2/2] fix: update Notebooks mapping to single midstream repo Update to reflect user-confirmed repository: - https://github.com/mtchoum1/notebooks (midstream) - Active branches: rhoai-2.25, rhoai-3.3 Co-Authored-By: Claude --- .../cve-fixer/component-repository-mappings.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/workflows/cve-fixer/component-repository-mappings.json b/workflows/cve-fixer/component-repository-mappings.json index a2d42b3..a3cdad1 100644 --- a/workflows/cve-fixer/component-repository-mappings.json +++ b/workflows/cve-fixer/component-repository-mappings.json @@ -596,22 +596,10 @@ }, "Notebooks": { "repos": [ - { - "url": "https://github.com/opendatahub-io/notebooks", - "type": "upstream", - "default_branch": "main", - "active_branches": [] - }, { "url": "https://github.com/mtchoum1/notebooks", "type": "midstream", "default_branch": "main", - "active_branches": [] - }, - { - "url": "https://github.com/red-hat-data-services/notebooks", - "type": "downstream", - "default_branch": "main", "active_branches": [ "rhoai-2.25", "rhoai-3.3"