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
7 changes: 0 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=YzduaG84aWY3ZTNqbjNudWc5OTY1dXUxMzQgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
"url": "https://github.com/asyncapi/community/issues/1824",
"banner": "https://github.com/user-attachments/assets/e0c22c5a-94a8-488c-970c-14aa1697283c",
"date": "2025-04-08T15:00:00.000Z"
},
{
"title": "Marketing WG Meeting",
"calLink": "https://www.google.com/calendar/event?eid=NWNsZmNtcXFlNDA5aXFxMTZ0MXI4OTBwMmsgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
Expand Down
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/FkGnFqMTj88/hqdefault.jpg",
"title": "AsyncAPI Community WG Meeting, Tuesday July 15th 2025",
"description": "https://github.com/asyncapi/community/issues/1969.",
"videoId": "FkGnFqMTj88"
},
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

Incorrect weekday in the new entry’s title
July 15 2025 falls on a Wednesday, not a Tuesday. Please fix the title to avoid user confusion and keep naming consistent with the actual calendar date.

🤖 Prompt for AI Agents
In config/newsroom_videos.json around lines 2 to 7, the title of the new entry
incorrectly states "Tuesday July 15th 2025" while July 15, 2025 is actually a
Wednesday. Update the title string to replace "Tuesday" with "Wednesday" to
reflect the correct weekday.

{
"image_url": "https://i.ytimg.com/vi/6AIUb1FNqEk/hqdefault.jpg",
"title": "AsyncAPI Community WG Meeting, Tuesday July 1st 2025",
Expand All @@ -22,11 +28,5 @@
"title": "AsyncAPI Community WG Meeting, Tuesday June 17th 2025",
"description": "https://github.com/asyncapi/community/issues/1935.",
"videoId": "6PmASob_Cu8"
},
{
"image_url": "https://i.ytimg.com/vi/JLNMJ5A8sns/hqdefault.jpg",
"title": "AsyncAPI Community WG Meeting, Tuesday June 3rd 2025",
"description": "https://github.com/asyncapi/community/issues/1919.",
"videoId": "JLNMJ5A8sns"
}
]