-
Notifications
You must be signed in to change notification settings - Fork 531
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
(Follow twitter account of unkey)Update 3_follow_the_unkey_x_account.md #2582
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📝 WalkthroughWalkthroughThe pull request updates the document "oss.gg/3_follow_the_unkey_x_account.md" by adding a new participant, Argha Saha, under the "Follow the Unkey X account" section. The entry includes the date of 16-October-2024 and a link to the X account, which contains a formatting error due to a duplicate URL prefix. Changes
Possibly related PRs
Suggested labels
Suggested reviewers
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
CodeRabbit Configuration File (
|
@arg387 is attempting to deploy a commit to the Unkey Team on Vercel. A member of the Team first needs to authorize it. |
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.
Details:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🧹 Outside diff range and nitpick comments (1)
oss.gg/3_follow_the_unkey_x_account.md (1)
60-61
: Remove unnecessary blank lines.To maintain consistency with other entries, remove the extra blank lines at the end.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (1)
- oss.gg/3_follow_the_unkey_x_account.md (1 hunks)
🧰 Additional context used
🪛 Markdownlint
oss.gg/3_follow_the_unkey_x_account.md
59-59: null
Bare URL used(MD034, no-bare-urls)
@@ -54,3 +54,8 @@ Your turn 👇 | |||
|
|||
» 16-October-2024 by [Zia Ur Rehman](@zia_webdev) | |||
» Link to Account: https://x.com/zia_webdev | |||
|
|||
» 16-October-2024 by [Argha Saha](@arg387) | |||
» Link to Account: https://x.com/https://x.com/crazygamer651 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the duplicate URL prefix in the X account link.
The URL contains a duplicate "https://x.com/" prefix which would result in an invalid link.
Apply this fix:
-» Link to Account: https://x.com/https://x.com/crazygamer651
+» Link to Account: <https://x.com/crazygamer651>
📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
» Link to Account: https://x.com/https://x.com/crazygamer651 | |
» Link to Account: <https://x.com/crazygamer651> |
🧰 Tools
🪛 Markdownlint
59-59: null
Bare URL used(MD034, no-bare-urls)
What does this PR do?
Fixes # (issue)
Only add my name to the given md file
Type of change
How should this be tested?
Checklist
Required
pnpm build
pnpm fmt
console.logs
git pull origin main
Appreciated
Points
50
Proof
My Twitter Link
Summary by CodeRabbit
New Features
Bug Fixes