Skip to content

chore: update meetings.json and newsrooom_videos.json #4046

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

asyncapi-bot
Copy link
Contributor

@asyncapi-bot asyncapi-bot commented Apr 18, 2025

Automated changes by create-pull-request GitHub action

Summary by CodeRabbit

  • New Features

    • Added a new issue to the "good first issues" list for easier discovery by new contributors.
  • Enhancements

    • Updated scores for items in the "hot discussions" list to reflect recent activity.
    • Replaced an issue entry with a pull request in the "hot discussions" section, including updated details.
    • Added a "stale" label to two existing issues for improved issue management.

Copy link
Contributor

coderabbitai bot commented Apr 18, 2025

Walkthrough

This update modifies the dashboard.json file by adjusting several "score" values in the "hotDiscussions" list, replacing an issue entry with a pull request entry with updated metadata, and adding a new issue to the "goodFirstIssues" list. Additionally, two existing issues receive a new "stale" label. The changes are limited to the content and metadata of the JSON data, without altering its structure or affecting any exported or public entities.

Changes

File(s) Change Summary
dashboard.json Updated "score" values in "hotDiscussions"; replaced an issue with a pull request entry with new metadata; added a new issue to "goodFirstIssues"; appended "stale" label to two issues.

Possibly related PRs

Suggested labels

autoapproved, autoupdate

Suggested reviewers

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

Poem

A nibble here, a tweak or two,
Dashboard scores now fresh and new!
Issues labeled, pull requests shine,
JSON rows all in a line.
With every hop, the data grows—
A rabbit’s work, as dashboard shows!
🥕


📜 Recent review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 58d2559 and ba09e5d.

📒 Files selected for processing (1)
  • dashboard.json (5 hunks)
⏰ Context from checks skipped due to timeout of 180000ms (5)
  • GitHub Check: Redirect rules - asyncapi-website
  • GitHub Check: Header rules - asyncapi-website
  • GitHub Check: Pages changed - asyncapi-website
  • GitHub Check: Automerge PR autoapproved by a bot
  • GitHub Check: Lighthouse CI
🔇 Additional comments (10)
dashboard.json (10)

1-3: Mismatch in PR objectives & AI summary
The PR description states that this change updates meetings.json and newsrooom_videos.json, but the actual file modified is dashboard.json. Additionally, the AI-generated summary mentions only two “stale” labels being added, yet this diff applies the “stale” label to three separate entries. Please verify and correct the PR metadata and summary to accurately reflect the changes.

Likely an incorrect or invalid review comment.


47-47: Approve score update
The score for hotDiscussions item "I_kwDOFLhIt86O7jFN" has been updated to 26.420062164931807. This numeric adjustment looks correct.


63-63: Approve score update
The score for hotDiscussions item "I_kwDOBW5R_c6pn_G2" has been updated to 19.815046623698855. This change is valid.


143-143: Approve score update
The score for hotDiscussions item "PR_kwDOFLhIt86Lqu0L" has been updated to 15.220253203710714. No issues spotted.


154-154: Approve score update
The score for hotDiscussions item "PR_kwDOBW5R_c6O_Ql9" has been updated to 14.645904026212197. All good.


169-178: Approve addition of new good-first issue
A new entry "I_kwDODwv8N86y8NIb" has been correctly appended to goodFirstIssues with all required fields (id, title, isAssigned, resourcePath, repo, author, area, and labels).


540-543: Approve insertion of “stale” label
The "stale" label has been correctly appended to the labels array for the Glee issue ("I_kwDOFi_gUM5rHafV").


575-576: Approve insertion of “stale” label
The "stale" label has been correctly appended to the labels array for the EDAVisualiser issue ("I_kwDOIUldZc5XXsGH").


595-596: Approve insertion of “stale” label
The "stale" label has been correctly appended to the labels array for the modelina issue ("I_kwDOE8Qh385WoDaU").


157-165:

✅ Verification successful

Verify full title for new entry
A new hotDiscussions entry for "PR_kwDOFLhIt86LeC8N" has been introduced, but the "title" ends with an ellipsis ("…"), which suggests truncation. Please confirm that the complete pull request title is captured and not cut off.


#!/bin/bash
# Fetch the full PR title from GitHub to verify if it's truncated in dashboard.json
gh pr view 1730 --repo asyncapi/community --json title --jq .title

🏁 Script executed:

#!/bin/bash
# Verify the full pull request title for PR #1730 in asyncapi/community
gh pr view 1730 --repo asyncapi/community --json title --jq .title

Length of output: 139


🏁 Script executed:

#!/bin/bash
# Fetch the full PR title from GitHub API to ensure it's not truncated
gh api repos/asyncapi/community/pulls/1730 --jq .title

Length of output: 127


No truncation detected in PR title
I’ve verified that the "title" in dashboard.json matches the actual PR title (including the trailing ellipsis) as returned by GitHub’s API. No update is needed.


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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

netlify bot commented Apr 18, 2025

Deploy Preview for asyncapi-website ready!

Name Link
🔨 Latest commit ba09e5d
🔍 Latest deploy log https://app.netlify.com/sites/asyncapi-website/deploys/68019f5a0bcf9c0008a18f0d
😎 Deploy Preview https://deploy-preview-4046--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 site configuration.

Copy link

codecov bot commented Apr 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (58d2559) to head (ba09e5d).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #4046   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines          667       667           
  Branches       113       113           
=========================================
  Hits           667       667           

☔ 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 asyncapi-bot merged commit 369a99e into master Apr 18, 2025
32 of 34 checks passed
@asyncapi-bot asyncapi-bot deleted the update-meetings/58d25596077dcc0db1fc7c073ac9bb4c6ea270a9 branch April 18, 2025 00:44
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.

2 participants