Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions config/meetings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
[
{
"title": "AsyncAPI Community Working Group Meeting",
"calLink": "https://www.google.com/calendar/event?eid=djhpMWg0c2pzbjVscGE4bDdwMjI0YWUwY3MgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
"url": "https://github.com/asyncapi/community/issues/1754",
"banner": "https://github.com/user-attachments/assets/e0c22c5a-94a8-488c-970c-14aa1697283c",
"date": "2025-03-11T15:00:00.000Z"
},
{
"title": "Let's talk about contributing Google Summer Of Code 2025 Experience",
"calLink": "https://www.google.com/calendar/event?eid=dG5wZGlxcm9uN29vNWMzajNxNzd2aWhoazQgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
Expand Down Expand Up @@ -159,5 +152,12 @@
"url": "https://github.com/asyncapi/community/issues/1955",
"banner": "",
"date": "2025-06-19T16:00:00.000Z"
},
{
"title": "Marketing WG Meeting",
"calLink": "https://www.google.com/calendar/event?eid=djgzbHJjbm1oNmp2dDU2dTBsMmZrdWI0dGsgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
"url": "https://github.com/asyncapi/community/issues/1957",
"banner": "",
"date": "2025-06-24T14:00:00.000Z"
}
]
12 changes: 6 additions & 6 deletions config/newsroom_videos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"image_url": "https://i.ytimg.com/vi/0srKJiLCIUc/hqdefault.jpg",
"title": "AsyncAPI Design WG Meeting, Tuesday June 17th 2025",
"description": "https://github.com/asyncapi/community/issues/1935.",
"videoId": "0srKJiLCIUc"
},
Comment on lines +2 to +7
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

Mismatch between video title and issue link
The new entry’s title refers to the “AsyncAPI Design WG Meeting, Tuesday June 17th 2025” but the description URL points to issue #1935 (Community WG Meeting). It should reference the Design WG issue #1955 instead.

Proposed fix:

   {
-    "image_url": "https://i.ytimg.com/vi/0srKJiLCIUc/hqdefault.jpg",
-    "title": "AsyncAPI Design WG Meeting, Tuesday June 17th 2025",
-    "description": "https://github.com/asyncapi/community/issues/1935.",
+    "image_url": "https://i.ytimg.com/vi/0srKJiLCIUc/hqdefault.jpg",
+    "title": "AsyncAPI Design WG Meeting, Tuesday June 17th 2025",
+    "description": "https://github.com/asyncapi/community/issues/1955.",
     "videoId": "0srKJiLCIUc"
   },
📝 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
{
"image_url": "https://i.ytimg.com/vi/0srKJiLCIUc/hqdefault.jpg",
"title": "AsyncAPI Design WG Meeting, Tuesday June 17th 2025",
"description": "https://github.com/asyncapi/community/issues/1935.",
"videoId": "0srKJiLCIUc"
},
{
"image_url": "https://i.ytimg.com/vi/0srKJiLCIUc/hqdefault.jpg",
"title": "AsyncAPI Design WG Meeting, Tuesday June 17th 2025",
"description": "https://github.com/asyncapi/community/issues/1955.",
"videoId": "0srKJiLCIUc"
},
🤖 Prompt for AI Agents
In config/newsroom_videos.json around lines 2 to 7, the description URL for the
video entry incorrectly points to issue #1935 (Community WG Meeting) while the
title refers to the Design WG Meeting on June 17th, 2025. Update the description
URL to reference the correct Design WG issue #1955 instead of #1935.

{
"image_url": "https://i.ytimg.com/vi/6PmASob_Cu8/hqdefault.jpg",
"title": "AsyncAPI Community WG Meeting, Tuesday June 17th 2025",
Expand All @@ -22,11 +28,5 @@
"title": "AsyncAPI Design WG Meeting",
"description": "https://github.com/asyncapi/community/issues/1908.",
"videoId": "zF5aXQ9A6as"
},
{
"image_url": "https://i.ytimg.com/vi/7O85r0YNdvA/hqdefault.jpg",
"title": "GSoC Welcome Contributors Call | May 29th 2025",
"description": "https://github.com/asyncapi/community/issues/1922.",
"videoId": "7O85r0YNdvA"
}
]
Loading