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: 7 additions & 0 deletions config/meetings.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,12 @@
"url": "https://github.com/asyncapi/community/issues/2277",
"banner": "https://github.com/user-attachments/assets/b4e255b8-5c7e-4821-82c9-3bcbc18b68ef",
"date": "2026-02-17T15:00:00.000Z"
},
{
"title": "Community WG Meeting",
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 | 🟡 Minor

Title is missing the "AsyncAPI" prefix.

The new entry uses "Community WG Meeting" while all other equivalent entries in this file (Lines 3, 10, 73, 87) consistently use "AsyncAPI Community WG Meeting". This will likely render differently on the website compared to the prior entries of the same meeting series.

✏️ Proposed fix
-    "title": "Community WG Meeting",
+    "title": "AsyncAPI Community WG Meeting",
📝 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": "Community WG Meeting",
"title": "AsyncAPI Community WG Meeting",
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@config/meetings.json` at line 94, Update the "title" value for the meeting
entry that currently reads "Community WG Meeting" to include the "AsyncAPI"
prefix so it matches the other entries (i.e., change the "title" field value
from "Community WG Meeting" to "AsyncAPI Community WG Meeting"); locate the
offending "title" key in the same object that contains the current "Community WG
Meeting" string and make the string replacement there.

"calLink": "https://www.google.com/calendar/event?eid=ZDVpZ3FyNm11N21xamlrOHI3M2IwcGhoMDggY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
"url": "https://github.com/asyncapi/community/issues/2295",
"banner": "https://github.com/user-attachments/assets/b4e255b8-5c7e-4821-82c9-3bcbc18b68ef",
"date": "2026-03-03T15:00:00.000Z"
}
]
26 changes: 26 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.