chore: update meetings.json and newsrooom_videos.json#5071
Conversation
✅ Deploy Preview for asyncapi-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
📝 WalkthroughWalkthrough20 new video entries were added to the newsroom_videos.json configuration file, each containing image_url, title, description, and videoId fields. All additions relate to AsyncAPI community and governance meetings. No existing entries were modified. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5071 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 22 22
Lines 796 796
Branches 146 146
=========================================
Hits 796 796 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@config/newsroom_videos.json`:
- Around line 98-102: Update the "title" value in the JSON object for videoId
"ncOFU__8hLM": correct the misspelling "Auguest" to "August" so the title reads
"AsyncAPI Community WG Meeting, Tuesday August 12th 2025" (ensure spacing/commas
remain consistent around the comma after "Meeting").
| { | ||
| "image_url": "https://i.ytimg.com/vi/ncOFU__8hLM/hqdefault.jpg", | ||
| "title": "AsyncAPI Community WG Meeting , Tuesday Auguest 12th 2025", | ||
| "description": "https://github.com/asyncapi/community/issues/2014.", | ||
| "videoId": "ncOFU__8hLM" |
There was a problem hiding this comment.
Typo: "Auguest" should be "August".
There's a spelling error in the title on line 100.
📝 Proposed fix
{
"image_url": "https://i.ytimg.com/vi/ncOFU__8hLM/hqdefault.jpg",
- "title": "AsyncAPI Community WG Meeting , Tuesday Auguest 12th 2025",
+ "title": "AsyncAPI Community WG Meeting, Tuesday August 12th 2025",
"description": "https://github.com/asyncapi/community/issues/2014.",
"videoId": "ncOFU__8hLM"
},📝 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.
| { | |
| "image_url": "https://i.ytimg.com/vi/ncOFU__8hLM/hqdefault.jpg", | |
| "title": "AsyncAPI Community WG Meeting , Tuesday Auguest 12th 2025", | |
| "description": "https://github.com/asyncapi/community/issues/2014.", | |
| "videoId": "ncOFU__8hLM" | |
| { | |
| "image_url": "https://i.ytimg.com/vi/ncOFU__8hLM/hqdefault.jpg", | |
| "title": "AsyncAPI Community WG Meeting, Tuesday August 12th 2025", | |
| "description": "https://github.com/asyncapi/community/issues/2014.", | |
| "videoId": "ncOFU__8hLM" | |
| }, |
🤖 Prompt for AI Agents
In `@config/newsroom_videos.json` around lines 98 - 102, Update the "title" value
in the JSON object for videoId "ncOFU__8hLM": correct the misspelling "Auguest"
to "August" so the title reads "AsyncAPI Community WG Meeting, Tuesday August
12th 2025" (ensure spacing/commas remain consistent around the comma after
"Meeting").
|
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-5071--asyncapi-website.netlify.app/ |
Automated changes by create-pull-request GitHub action
Summary by CodeRabbit