Skip to content

Conversation

@asyncapi-bot
Copy link
Contributor

@asyncapi-bot asyncapi-bot commented Aug 13, 2025

Automated changes by create-pull-request GitHub action

Summary by CodeRabbit

  • Chores
    • Updated Newsroom videos to include the Aug 12, 2025 AsyncAPI Community WG Meeting.
    • Removed the outdated July 1, 2025 WG Meeting video.
    • Adjusted ordering so the newest video appears first.
    • Maintained existing entries for July 15 and July 29, 2025, including the Governance Board meeting.

@netlify
Copy link

netlify bot commented Aug 13, 2025

Deploy Preview for asyncapi-website ready!

Name Link
🔨 Latest commit 8d1c5d5
🔍 Latest deploy log https://app.netlify.com/projects/asyncapi-website/deploys/689bdf5bc031ad000730d5c8
😎 Deploy Preview https://deploy-preview-4325--asyncapi-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 13, 2025

Walkthrough

Updated config/newsroom_videos.json by prepending a new Aug 12, 2025 AsyncAPI Community WG Meeting entry and removing the previous last entry (July 1, 2025). The array size reduced from 6 to 5; other existing entries remain unchanged. JSON structure and field names are unchanged.

Changes

Cohort / File(s) Change Summary
Newsroom videos feed update
config/newsroom_videos.json
Prepended new Aug 12, 2025 WG Meeting entry (videoId ncOFU__8hLM); removed last entry for July 1, 2025 (videoId 6AIUb1FNqEk); array length reduced from 6 to 5; ordering shifted; schema unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested labels

autoapproved, autoupdate

Suggested reviewers

  • derberg
  • akshatnema
  • anshgoyalevil

Poem

A hop, a skip—new video on the vine,
Old leaf falls off, the playlist’s looking fine.
Five carrots lined, in rows they gleam,
New thumbnails wink with streaming dream.
Ears up, paws tap—update complete! 🐇📺✨

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch update-meetings/3dc66382cbfc8e67eea9671d75231baf2396fa56

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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@codecov
Copy link

codecov bot commented Aug 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (3dc6638) to head (8d1c5d5).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #4325   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines          778       778           
  Branches       144       144           
=========================================
  Hits           778       778           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@asyncapi-bot asyncapi-bot merged commit 557a619 into master Aug 13, 2025
34 of 35 checks passed
@asyncapi-bot asyncapi-bot deleted the update-meetings/3dc66382cbfc8e67eea9671d75231baf2396fa56 branch August 13, 2025 00:45
@asyncapi-bot
Copy link
Contributor Author

⚡️ Lighthouse report for the changes in this PR:

Category Score
🔴 Performance 43
🟢 Accessibility 98
🟢 Best practices 92
🟢 SEO 100
🔴 PWA 33

Lighthouse ran on https://deploy-preview-4325--asyncapi-website.netlify.app/

Copy link
Contributor

@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

🧹 Nitpick comments (2)
config/newsroom_videos.json (2)

4-4: Remove extra space before comma in title for punctuation correctness.

Normalize to "Meeting, Tuesday ..." (there’s already at least one entry following this style in the same file).

-    "title": "AsyncAPI Community WG Meeting , Tuesday August 12th 2025",
+    "title": "AsyncAPI Community WG Meeting, Tuesday August 12th 2025",

Follow-up: consider sweeping the file to remove the stray space before commas in other titles for consistency.


5-5: Avoid trailing period after URL in description.

Trailing punctuation can break auto-linking in some renderers.

-    "description": "https://github.com/asyncapi/community/issues/2014.",
+    "description": "https://github.com/asyncapi/community/issues/2014",
📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 3dc6638 and 8d1c5d5.

📒 Files selected for processing (1)
  • config/newsroom_videos.json (1 hunks)
⏰ Context from checks skipped due to timeout of 180000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
  • GitHub Check: Automerge PR autoapproved by a bot
  • GitHub Check: Redirect rules - asyncapi-website
  • GitHub Check: Header rules - asyncapi-website
  • GitHub Check: Pages changed - asyncapi-website
  • GitHub Check: Lighthouse CI
  • GitHub Check: Test NodeJS PR - macos-13
  • GitHub Check: Test NodeJS PR - windows-latest
🔇 Additional comments (2)
config/newsroom_videos.json (2)

3-6: Thumbnail ID matches videoId. LGTM.

image_url and videoId are consistent (ncOFU__8hLM). JSON structure is correct.


2-7: External references verified
All external links—the YouTube video (ID: ncOFU__8hLM via oEmbed), its thumbnail URL, and GitHub issue #2014—respond with HTTP 200 and valid metadata. No dead links detected.

[
{
"image_url": "https://i.ytimg.com/vi/ncOFU__8hLM/hqdefault.jpg",
"title": "AsyncAPI Community WG Meeting , Tuesday Auguest 12th 2025",
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Fix typo in month name in title.

"Auguest" should be "August".

-    "title": "AsyncAPI Community WG Meeting , Tuesday Auguest 12th 2025",
+    "title": "AsyncAPI Community WG Meeting , Tuesday August 12th 2025",
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"title": "AsyncAPI Community WG Meeting , Tuesday Auguest 12th 2025",
"title": "AsyncAPI Community WG Meeting , Tuesday August 12th 2025",
🤖 Prompt for AI Agents
In config/newsroom_videos.json around line 4, the title contains a typo
"Auguest" — change it to the correct spelling "August" so the title reads
"AsyncAPI Community WG Meeting , Tuesday August 12th 2025". Ensure you only
correct the month spelling and keep the rest of the string intact.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants