Update GitHub pull request quicklinks - #452
Open
atzzCokeK wants to merge 1 commit into
Open
Conversation
Contributor
|
@atzzCokeK is attempting to deploy a commit to the Raycast Team on Vercel. A member of the Team first needs to authorize it. |
atzzCokeK
force-pushed
the
codex/update-github-pr-quicklinks
branch
from
June 22, 2026 04:31
8bef9e5 to
a302812
Compare
atzzCokeK
marked this pull request as ready for review
June 22, 2026 04:33
atzzCokeK
force-pushed
the
codex/update-github-pr-quicklinks
branch
from
June 22, 2026 04:33
a302812 to
e8af49a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/pulls/authoredand/pulls/reviewspaths.Background
PR #392 added two GitHub Pull Requests quicklinks for the global GitHub PR views:
https://github.com/pullshttps://github.com/pulls/review-requestedGitHub has since changed the path and visible wording around these global PR views. The current URLs are:
https://github.com/pulls/authoredhttps://github.com/pulls/reviewsThe old
review-requestedpath no longer matches the current GitHub route, so this keeps the quicklinks aligned with the current GitHub UI.GitHub Reference
I could not find a GitHub Changelog entry that explicitly documents this route change. The closest official reference is the GitHub Docs page for issue and pull request search qualifiers, which documents the current terminology behind these views:
author:@mematches issues and pull requests you have authored.user-review-requested:@mematches pull requests that you have directly been asked to review.Reference: https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests
Validation
npx eslint 'app/(navigation)/quicklinks/quicklinks.ts'npm run lintfails on existing unrelated lint errors in code, icon, presets, and log files.