Skip to content

Conversation

@asyncapi-bot
Copy link
Contributor

@asyncapi-bot asyncapi-bot commented Nov 4, 2025

Automated changes by create-pull-request GitHub action

Summary by CodeRabbit

  • Chores
    • Added new Governance Board Meeting entry scheduled for November 3rd, 2025
    • Added corresponding video content for the new meeting
    • Removed outdated meeting video from September

@netlify
Copy link

netlify bot commented Nov 4, 2025

Deploy Preview for asyncapi-website ready!

Name Link
🔨 Latest commit 69279c5
🔍 Latest deploy log https://app.netlify.com/projects/asyncapi-website/deploys/69094ad9ec08860008f2079a
😎 Deploy Preview https://deploy-preview-4528--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 Nov 4, 2025

Walkthrough

A new Governance Board Meeting entry (November 3rd, 2025) was added to config/meetings.json, and a corresponding video entry was inserted into config/newsroom_videos.json while removing an older Governance Board Meeting video entry (September 29th, 2025).

Changes

Cohort / File(s) Summary
Meeting and video configuration updates
config/meetings.json, config/newsroom_videos.json
Added new Governance Board Meeting entry (2025-11-03) to meetings list; added matching video entry to newsroom_videos array at the beginning; removed outdated September 29th Governance Board Meeting video entry from the end

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

  • Verify the new meeting entry in config/meetings.json has correct formatting and valid date/URL fields
  • Confirm the video entry in config/newsroom_videos.json matches the meeting details and uses correct video ID
  • Ensure the removed September 29th video entry is the correct one to deprecate

Possibly related PRs

Suggested reviewers

  • derberg
  • akshatnema
  • anshgoyalevil
  • sambhavgupta0705
  • Mayaleeeee
  • devilkiller-ag
  • vishvamsinh28
  • asyncapi-bot-eve

Poem

🐰 A new board meeting hops into view,
November third brings governance anew,
Old September fades from the screen,
While videos dance in between,
Config files updated with care,
Meetings organized, fair and square! 📅

Pre-merge checks and finishing touches

✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main changes: updating two configuration files (meetings.json and newsroom_videos.json) with new and modified meeting entries.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch update-meetings/9611f420725a7f0d08a46de4a45de32b0753659b

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 Nov 4, 2025

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #4528   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines          780       780           
  Branches       144       144           
=========================================
  Hits           780       780           

☔ 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.

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 (1)
config/newsroom_videos.json (1)

2-7: Description format inconsistency: consider narrative text or standardization.

The new video entry's description field contains only a GitHub URL with trailing period ("asyncapi/community#2116."), which differs from other entries in the file that provide narrative summaries (e.g., "Join us this year for another edition…" or "Join us on the 14th of October…"). If issue-linked videos intentionally use URL-only descriptions, this is acceptable; however, standardizing the format would improve consistency. The trailing period also differs from the URL-only format in the meetings.json reference (which has no trailing period).

If narrative descriptions are preferred, consider updating the description to match the pattern used elsewhere. If URL-only descriptions are intentional for issue-linked entries, consider removing the trailing period for consistency:

- "description": "https://github.com/asyncapi/community/issues/2116.",
+ "description": "https://github.com/asyncapi/community/issues/2116"
📜 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 9611f42 and 69279c5.

📒 Files selected for processing (2)
  • config/meetings.json (1 hunks)
  • config/newsroom_videos.json (1 hunks)
🧰 Additional context used
🧠 Learnings (1)
📓 Common learnings
Learnt from: asyncapi-bot
Repo: asyncapi/website PR: 0
File: :0-0
Timestamp: 2025-02-18T12:07:42.211Z
Learning: The following PR commands are supported in the asyncapi/website repository:
- `/please-take-a-look` or `/ptal`: Requests attention from reviewers who haven't reviewed the PR
- `/ready-to-merge` or `/rtm`: Triggers automerge when all conditions are met
- `/do-not-merge` or `/dnm`: Blocks automerge even if all conditions are met
- `/autoupdate` or `/au`: Adds autoupdate label to keep PR in sync with target branch
- `/update` or `/u`: One-time update of PR with latest changes from target branch
⏰ 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). (7)
  • GitHub Check: Automerge PR autoapproved by a bot
  • GitHub Check: Redirect rules - asyncapi-website
  • GitHub Check: Header rules - asyncapi-website
  • GitHub Check: Pages changed - asyncapi-website
  • GitHub Check: Lighthouse CI
  • GitHub Check: Test NodeJS PR - macos-13
  • GitHub Check: Test NodeJS PR - windows-latest
🔇 Additional comments (1)
config/meetings.json (1)

114-120: Valid new meeting entry; data structure and cross-file consistency confirmed.

The new Governance Board Meeting entry is well-formed with all required fields properly populated. The entry correctly references GitHub issue #2116, which aligns with the corresponding video entry in config/newsroom_videos.json. Date format is valid ISO 8601, and the Google Calendar link structure matches existing entries.

@asyncapi-bot asyncapi-bot merged commit 005177e into master Nov 4, 2025
37 of 38 checks passed
@asyncapi-bot asyncapi-bot deleted the update-meetings/9611f420725a7f0d08a46de4a45de32b0753659b branch November 4, 2025 00:42
@asyncapi-bot
Copy link
Contributor Author

⚡️ Lighthouse report for the changes in this PR:

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

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

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