fix: repo stars button should take you to repo homepage for now#3071
fix: repo stars button should take you to repo homepage for now#3071juninhokaponne wants to merge 3 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe repository metadata composable removes ChangesRepository links
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@app/components/Package/ExternalLinks.vue`:
- Around line 11-19: Update the command-palette stars action to check and use
repoLink instead of starsLink, matching the rendered stars item while preserving
the existing action behavior.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 6f2268e4-17d3-47d9-9679-06b0e9cacbe1
📒 Files selected for processing (1)
app/components/Package/ExternalLinks.vue
ghostdevv
left a comment
There was a problem hiding this comment.
could you check the code rabbit review. you can also likely remove the starsLink thing from useRepoMeta as we can always revert this in the unlikely event GH reverses course
Done! I also removed |
🔗 Linked issue
#3069
🧭 Context
The link to GitHub stars on the package pages pointed to a URL that returned a 404 error.
The reason was that GitHub recently introduced changes affecting some public UI endpoints.
📚 Description
Now, the user is redirected straight to the repository's main page.