Skip to content

Conversation

@asyncapi-bot
Copy link
Contributor

@asyncapi-bot asyncapi-bot commented Sep 7, 2025

Automated changes by create-pull-request GitHub action

Summary by CodeRabbit

  • Chores
    • Updated community meetings: removed the “Design WG Meeting”.
    • Replaced “GSoC Welcome Contributors Call” with “Marketing WG Meeting,” including new date and calendar/issue links.
    • Users will see the revised meeting list and updated schedule on the meetings page and calendar integrations.

@netlify
Copy link

netlify bot commented Sep 7, 2025

Deploy Preview for asyncapi-website ready!

Name Link
🔨 Latest commit 3e7e138
🔍 Latest deploy log https://app.netlify.com/projects/asyncapi-website/deploys/68bcd44547cdb40008271047
😎 Deploy Preview https://deploy-preview-4393--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 Sep 7, 2025

Walkthrough

Updated config/meetings.json by deleting the "Design WG Meeting" entry and replacing the "GSoC Welcome Contributors Call" entry with a new "Marketing WG Meeting" entry, updating its calLink, url, and date.

Changes

Cohort / File(s) Summary of changes
Meetings config
config/meetings.json
Removed "Design WG Meeting". Replaced "GSoC Welcome Contributors Call" with "Marketing WG Meeting" (new date 2025-10-06T14:00:00.000Z, updated calLink and url; banner unchanged).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested labels

autoapproved, autoupdate

Suggested reviewers

  • derberg
  • akshatnema
  • anshgoyalevil
  • sambhavgupta0705

Poem

I twitch my nose at calendar lines,
Hop—one meeting fades, another shines.
Design hops out, Marketing hops in,
Dates reshuffled with a whisker-thin grin.
Carrots aligned, links neat and green—
What a tidy warren for the meeting scene! 🥕✨

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

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

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Sep 7, 2025

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #4393   +/-   ##
=========================================
  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
Copy link
Contributor Author

⚡️ Lighthouse report for the changes in this PR:

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

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

@asyncapi-bot asyncapi-bot merged commit 0f74829 into master Sep 7, 2025
34 of 35 checks passed
@asyncapi-bot asyncapi-bot deleted the update-meetings/e32d4164364182720e0a01150f0b692e8b436877 branch September 7, 2025 00:43
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: 0

🧹 Nitpick comments (3)
config/meetings.json (3)

10-10: Confirm uniqueness keying for repeated titles.

There are multiple “Marketing WG Meeting” entries. If clients key by title, this may collide. Prefer a stable id (e.g., slug or calendar event id) or composite key (title+date).


13-13: Banner consistency.

Many Community WG items include a banner; Marketing WG items are blank. If the UI expects consistency, consider adding or standardizing.


94-94: Trim trailing space in title.

Found: "AsyncAPI Design WG Meeting " (note trailing space). Minor, but can break exact-match filters.

Apply:

-    "title": "AsyncAPI Design WG Meeting ",
+    "title": "AsyncAPI Design WG Meeting",
📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between e32d416 and 3e7e138.

📒 Files selected for processing (1)
  • config/meetings.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). (4)
  • GitHub Check: Automerge PR autoapproved by a bot
  • GitHub Check: Test NodeJS PR - windows-latest
  • GitHub Check: Test NodeJS PR - macos-13
  • GitHub Check: Lighthouse CI
🔇 Additional comments (1)
config/meetings.json (1)

10-14: Future-dated entry OK; verify consumers don’t rely on chronological order.

This object (2025-10-06) sits between June entries. If any consumer assumes the array is sorted, consider reordering or ensure sorting is applied at read time.

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