Skip to content
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 #3341

Merged
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
12 changes: 6 additions & 6 deletions config/newsroom_videos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"image_url": "https://i.ytimg.com/vi/Hy3-C6V2ir8/hqdefault.jpg",
"title": "AsyncAPI Conference Dry Run",
"description": "Setup and conference prep.",
"videoId": "Hy3-C6V2ir8"
},
Comment on lines +2 to +7
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

Update the video entry format to match the established pattern

Based on the meetings.json and newsroom_videos.json content, the Conference Dry Run entry should be updated to:

All other video entries follow this consistent format with date, time, and GitHub issue reference. The corresponding meeting entry in meetings.json confirms these details.

🔗 Analysis chain

Verify the description format consistency.

While the JSON structure is valid and the video references are correct, the description format differs from other entries in the file. Other entries typically include:

  • Date and time information
  • A GitHub issue reference

Consider updating the description to match the established pattern if this is a recorded meeting.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check if there's a corresponding GitHub issue for this video
# that should be referenced in the description

# Search for any issues mentioning the Conference Dry Run
rg -i "conference.*dry.*run" --glob "*.{md,json}"

Length of output: 256


Script:

#!/bin/bash
# Let's check the content of meetings.json to see if we can find more context
cat config/meetings.json

Length of output: 7932


Script:

#!/bin/bash
# Let's check the format of other entries in newsroom_videos.json for comparison
cat config/newsroom_videos.json

Length of output: 1255

{
"image_url": "https://i.ytimg.com/vi/2WUchTKDPfs/hqdefault.jpg",
"title": "Marketing WG Meeting, 14:00 UTC Tuesday October 22nd 2024",
Expand All @@ -22,11 +28,5 @@
"title": "AsyncAPI Mentorship Program FAQ, 11:00 UTC Thursday October 10th 2024",
"description": "https://github.com/asyncapi/community/issues/1550.",
"videoId": "P1ZqaVBb6XM"
},
{
"image_url": "https://i.ytimg.com/vi/4jaACa7geT0/hqdefault.jpg",
"title": "Design Onboarding Call, 10:00 UTC Thursday September 12th 2024",
"description": "https://github.com/asyncapi/community/issues/1372.",
"videoId": "4jaACa7geT0"
}
]
32 changes: 16 additions & 16 deletions dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"resourcePath": "/asyncapi/website/pull/3101",
"repo": "asyncapi/website",
"labels": [],
"score": 19.240697446200336
"score": 19.527872034949596
},
{
"id": "PR_kwDOFLhIt85oVQqh",
Expand All @@ -47,7 +47,7 @@
"resourcePath": "/asyncapi/community/pull/1082",
"repo": "asyncapi/community",
"labels": [],
"score": 18.37917367995256
"score": 18.666348268701817
},
{
"id": "I_kwDOGQYLdM5AX1lK",
Expand All @@ -67,7 +67,7 @@
"color": "0E8A16"
}
],
"score": 16.08177696995849
"score": 16.36895155870775
},
{
"id": "PR_kwDOFLhIt853IEwA",
Expand All @@ -78,7 +78,7 @@
"resourcePath": "/asyncapi/community/pull/1333",
"repo": "asyncapi/community",
"labels": [],
"score": 15.220253203710714
"score": 15.507427792459973
},
{
"id": "I_kwDOFLhIt85bebeO",
Expand All @@ -89,7 +89,7 @@
"resourcePath": "/asyncapi/community/issues/568",
"repo": "asyncapi/community",
"labels": [],
"score": 14.933078614961456
"score": 15.220253203710714
},
{
"id": "PR_kwDOCHlHJM54CmhW",
Expand Down Expand Up @@ -129,6 +129,17 @@
],
"score": 12.922856493716644
},
{
"id": "PR_kwDOBW5R_c59wJxU",
"isPR": true,
"isAssigned": false,
"title": "fix: css alignment of calendar component on the home page",
"author": "dishafaujdar",
"resourcePath": "/asyncapi/website/pull/3276",
"repo": "asyncapi/website",
"labels": [],
"score": 11.199808961221091
},
{
"id": "I_kwDODwv8N86BkfYV",
"isPR": false,
Expand All @@ -144,17 +155,6 @@
}
],
"score": 10.912634372471834
},
{
"id": "PR_kwDOFLhIt85bqKL8",
"isPR": true,
"isAssigned": false,
"title": "docs: add Bounty Program Rules",
"author": "aeworxet",
"resourcePath": "/asyncapi/community/pull/897",
"repo": "asyncapi/community",
"labels": [],
"score": 10.657920261154981
}
],
"goodFirstIssues": [
Expand Down
Loading