fix: update PAT link to redirect directly to GitHub token generation …#307
fix: update PAT link to redirect directly to GitHub token generation …#307harshgupta2125 wants to merge 1 commit into
Conversation
✅ Deploy Preview for github-spy ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe authentication form's GitHub Personal Access Token helper link is updated to redirect directly to the GitHub token creation page ( ChangesGitHub Token Helper Link Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
There was a problem hiding this comment.
🎉 Thank you @harshgupta2125 for your contribution. Please make sure your PR follows https://github.com/GitMetricsLab/github_tracker/blob/main/CONTRIBUTING.md#-pull-request-guidelines
…page
Related Issue
Description
Updated the "How to generate?" link under the Personal Access Token input. Previously, it redirected users to a lengthy GitHub documentation page, causing UX friction for users trying to quickly bypass the 60-request unauthenticated API rate limit. This PR changes the
hrefto point directly tohttps://github.com/settings/tokens/new, allowing users to instantly generate a token and seamlessly continue using the app.How Has This Been Tested?
Screenshots (if applicable)
N/A — simple URL redirect update.
Type of Change
Summary by CodeRabbit