-
-
Notifications
You must be signed in to change notification settings - Fork 679
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
chore: update meetings.json and newsrooom_videos.json #3430
chore: update meetings.json and newsrooom_videos.json #3430
Conversation
WalkthroughThe changes in this pull request involve modifications to the Changes
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
🔇 Additional comments (7)dashboard.json (7)
The score updates across multiple discussions accurately reflect the current engagement metrics and maintain proper numerical formatting. Also applies to: 95-95, 180-180, 191-191
The new PR entry for "feat: add tests for build post list script" is properly formatted and includes all required fields.
The entry for "Community cards implementation" is well-formatted with appropriate labels and scoring.
The new good first issue "Return to top arrow feature/button" is well-structured with appropriate labels and metadata.
The assignment status change for the mentees design issue is properly reflected.
The addition of the "stale" label to the technical writers' onboarding guide issue follows the repository's maintenance practices.
The entry for "Create educational & technical video explaining AsyncAPI's main features" has been reintroduced. Let's verify if this is intentional and if there are any dependencies or related tasks. ✅ Verification successfulThe educational video issue is still open and actively tracked The issue (#155) for creating educational & technical video is currently in an OPEN state, confirming that its presence in the dashboard is intentional and valid. The task appears to be part of broader educational initiatives, as evidenced by its mention in ambassador responsibilities.
🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Check for related issues or PRs about the educational video
# Test: Search for related discussions or PRs about the educational video feature
# Search for related issues
rg -i "educational.*video|technical.*video"
# Search for related PRs
gh api graphql -f query='
{
search(query: "repo:asyncapi/community educational video technical video", type: ISSUE, first: 5) {
nodes {
... on Issue {
title
state
url
}
}
}
}'
Length of output: 809 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Other keywords and placeholders
Documentation and Community
|
✅ Deploy Preview for asyncapi-website ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3430 +/- ##
=======================================
Coverage 67.77% 67.77%
=======================================
Files 21 21
Lines 664 664
=======================================
Hits 450 450
Misses 214 214 ☔ View full report in Codecov by Sentry. |
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-3430--asyncapi-website.netlify.app/ |
Automated changes by create-pull-request GitHub action
Summary by CodeRabbit
New Features
Updates
Bug Fixes