Skip to content

Add "Ask an Openshift Expert" youtube live to resources page#539

Merged
st3penta merged 1 commit intoconforma:mainfrom
st3penta:EC-1702
Apr 13, 2026
Merged

Add "Ask an Openshift Expert" youtube live to resources page#539
st3penta merged 1 commit intoconforma:mainfrom
st3penta:EC-1702

Conversation

@st3penta
Copy link
Copy Markdown
Contributor

Adds blog post and resources entry for the Youtube live "Ask an OpenShift Expert" episode 169, where Conforma has been presented

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

Ref: https://issues.redhat.com/browse/EC-1702

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 10, 2026

Warning

Rate limit exceeded

@st3penta has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 18 minutes and 42 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 18 minutes and 42 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2dac73dc-e085-4faf-b3c2-d081ad92659f

📥 Commits

Reviewing files that changed from the base of the PR and between 775ab19 and 572cdd0.

📒 Files selected for processing (2)
  • website/content/posts/youtube-ask-an-openshift-expert.md
  • website/content/resources/_index.md
📝 Walkthrough

Walkthrough

This pull request adds documentation content for a new OpenShift Expert episode discussing Red Hat Trusted Artifact Signer and Conforma, a tool for secure software supply chain management. Two new content files are introduced: a resource section with embedded video and metadata, and a corresponding blog post.

Changes

Cohort / File(s) Summary
Documentation Content
website/content/resources/_index.md, website/content/posts/youtube-ask-an-openshift-expert.md
Added new resource section and blog post for OpenShift Expert Episode 169 covering Red Hat Trusted Artifact Signer (RHTAS) and Conforma, including front matter metadata, embedded YouTube video iframe, and topic descriptions focused on secure software supply chain deployment phase.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: adding a YouTube live episode to the resources page, which aligns with both file modifications.
Description check ✅ Passed The description is directly related to the changeset, clearly stating that a blog post and resources entry for the YouTube episode 169 were added.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown
Contributor

🚀 Preview is available at https://1e5f3598.enterprise-contract.pages.dev

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@website/content/posts/youtube-ask-an-oc-expert.md`:
- Line 21: The link fragment in the markdown entry uses a wrong anchor
(`#ask-an-oc-expert-ep-169--red-hat-trusted-artifact-signer-rhtas---conforma`)
that doesn't match the actual heading text “Ask an OpenShift Expert…”; update
the link target in the string "**[Watch \"Ask an OpenShift Expert | Ep 169 | Red
Hat Trusted Artifact Signer -
Conforma\"](/resources/#ask-an-oc-expert-ep-169--red-hat-trusted-artifact-signer-rhtas---conforma)**"
to use the correct fragment that matches the heading (e.g., replace
"ask-an-oc-expert" with "ask-an-openshift-expert") so the anchor navigates to
the intended /resources heading.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: fe6b2513-4442-42e7-90f6-5a83d74c9b21

📥 Commits

Reviewing files that changed from the base of the PR and between 27f65a5 and 6140c33.

📒 Files selected for processing (2)
  • website/content/posts/youtube-ask-an-oc-expert.md
  • website/content/resources/_index.md

@github-actions
Copy link
Copy Markdown
Contributor

🚀 Preview is available at https://09d59943.enterprise-contract.pages.dev

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

♻️ Duplicate comments (1)
website/content/posts/youtube-ask-an-oc-expert.md (1)

21-21: ⚠️ Potential issue | 🟡 Minor

Fix the /resources anchor fragment to match the target heading slug.

Line 21 still points to #ask-an-oc-expert-...; if the actual heading uses “OpenShift”, this jump link will fail. Update the fragment to the exact generated slug from website/content/resources/_index.md.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@website/content/posts/youtube-ask-an-oc-expert.md` at line 21, Update the
anchor fragment in the markdown link line that currently uses
“#ask-an-oc-expert-ep-169--red-hat-trusted-artifact-signer-rhtas---conforma”:
open website/content/resources/_index.md, copy the exact generated heading slug
for the "Ask an OpenShift Expert | Ep 169 | Red Hat Trusted Artifact Signer -
Conforma" entry, and replace the fragment portion of the link in
website/content/posts/youtube-ask-an-oc-expert.md (the line starting with
**[Watch "Ask an OpenShift Expert...) so the fragment exactly matches the slug
from _index.md. Ensure no extra characters or spaces are introduced when
updating the fragment.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Duplicate comments:
In `@website/content/posts/youtube-ask-an-oc-expert.md`:
- Line 21: Update the anchor fragment in the markdown link line that currently
uses
“#ask-an-oc-expert-ep-169--red-hat-trusted-artifact-signer-rhtas---conforma”:
open website/content/resources/_index.md, copy the exact generated heading slug
for the "Ask an OpenShift Expert | Ep 169 | Red Hat Trusted Artifact Signer -
Conforma" entry, and replace the fragment portion of the link in
website/content/posts/youtube-ask-an-oc-expert.md (the line starting with
**[Watch "Ask an OpenShift Expert...) so the fragment exactly matches the slug
from _index.md. Ensure no extra characters or spaces are introduced when
updating the fragment.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: b07d3e5f-bbe2-4427-b049-6c41c0d5b81b

📥 Commits

Reviewing files that changed from the base of the PR and between 6140c33 and 7fcc6f9.

📒 Files selected for processing (2)
  • website/content/posts/youtube-ask-an-oc-expert.md
  • website/content/resources/_index.md
✅ Files skipped from review due to trivial changes (1)
  • website/content/resources/_index.md

@simonbaird
Copy link
Copy Markdown
Member

I think coderabbit said it also: "OC" seems wrong, should it be "OS" or maybe just OpenShift since "OS" is fairly ambiguous.

@st3penta st3penta changed the title Add "Ask an OC Expert" youtube live to resources page Add "Ask an Openshift Expert" youtube live to resources page Apr 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🚀 Preview is available at https://e140e381.enterprise-contract.pages.dev

@github-actions
Copy link
Copy Markdown
Contributor

🚀 Preview is available at https://39d78ddc.enterprise-contract.pages.dev

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@website/content/posts/youtube-ask-an-openshift-expert.md`:
- Line 21: The anchor link is broken because Hugo generates a triple hyphen
before "Conforma"; update the link target in the file by replacing the existing
href segment
"/resources/#ask-an-openshift-expert-ep-169--red-hat-trusted-artifact-signer--conforma"
with the corrected
"/resources/#ask-an-openshift-expert-ep-169--red-hat-trusted-artifact-signer---conforma"
so the link in the markdown (the Watch link string) matches the generated
heading anchor.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: fac1c3c6-c031-4938-a43b-99cb7f4327c0

📥 Commits

Reviewing files that changed from the base of the PR and between 7fcc6f9 and 775ab19.

📒 Files selected for processing (2)
  • website/content/posts/youtube-ask-an-openshift-expert.md
  • website/content/resources/_index.md
✅ Files skipped from review due to trivial changes (1)
  • website/content/resources/_index.md

Adds blog post and resources entry for the Youtube live "Ask an OpenShift Expert" episode 169, where Conforma has been presented

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Ref: https://issues.redhat.com/browse/EC-1702
@github-actions
Copy link
Copy Markdown
Contributor

🚀 Preview is available at https://6645d9f6.enterprise-contract.pages.dev

@st3penta
Copy link
Copy Markdown
Contributor Author

@simonbaird fixed.
I also fixed the anchor link.

Copy link
Copy Markdown
Member

@simonbaird simonbaird left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm.

@st3penta st3penta merged commit d117771 into conforma:main Apr 13, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants