-
Notifications
You must be signed in to change notification settings - Fork 33
feat: onboard Notebooks to CVE fixer workflow #116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -593,11 +593,24 @@ | |
| ] | ||
| } | ||
| ] | ||
| }, | ||
| "Notebooks": { | ||
| "repos": [ | ||
| { | ||
| "url": "https://github.com/mtchoum1/notebooks", | ||
| "type": "midstream", | ||
| "default_branch": "main", | ||
| "active_branches": [ | ||
| "rhoai-2.25", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We have these branches on RHDS (downstream) maybe these should be in another block |
||
| "rhoai-3.3" | ||
| ] | ||
| } | ||
| ] | ||
|
Comment on lines
+597
to
+608
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick | 🔵 Trivial 🧩 Analysis chain🏁 Script executed: #!/bin/bash
# Confirm how the fixer behaves when containers/subcomponent are absent.
rg -nP -C3 '\.containers\[\]?|subcomponent' workflows/cve-fixer/.claude/commands/Repository: ambient-code/workflows Length of output: 6468 Missing The Notebooks repos are missing While the system handles this gracefully, consider adding a 🤖 Prompt for AI Agents |
||
| } | ||
| }, | ||
| "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" | ||
| } | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.