docs(readme): point examples at the-pr-agent/pr-agent slug#2363
Merged
docs(readme): point examples at the-pr-agent/pr-agent slug#2363
Conversation
Updates the GitHub Action example, the last-commit badge, the Tagging bot link, and the three demo links in "See It in Action" to reference the community-owned the-pr-agent/pr-agent repo. Verified PR #530 and PR #732 resolve at the new org (the original repo was transferred, not forked, so PR numbers and history are preserved); old links 301 to the new ones today, but pinning to the canonical repo avoids relying on the redirect long-term. Image URLs hosted at codium.ai (logos, screenshots) are left alone because they're CDN assets that would need to be re-uploaded elsewhere first; out of scope for this slug-only fix.
Contributor
Review Summary by QodoUpdate README repository references to the-pr-agent organization
WalkthroughsDescription• Update all GitHub repository references from old Codium-ai/pr-agent slug to new the-pr-agent/pr-agent canonical location • Fix last-commit badge link and image URL to point to community-owned organization • Update GitHub Action example to use correct the-pr-agent/pr-agent@main slug • Correct demo links in "See It in Action" section to reference transferred repository Diagramflowchart LR
A["Old Slug<br/>Codium-ai/pr-agent"] -->|"301 Redirect"| B["New Canonical<br/>the-pr-agent/pr-agent"]
C["README Links<br/>6 locations"] -->|"Updated"| B
D["Badge URLs"] -->|"Updated"| B
E["GitHub Action<br/>Example"] -->|"Updated"| B
F["Demo PR Links"] -->|"Updated"| B
File Changes1. README.md
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates README links/examples to reference the canonical the-pr-agent/pr-agent repository slug after the transfer to the the-pr-agent GitHub org, avoiding reliance on redirects.
Changes:
- Update last-commit badge link and image URL to
the-pr-agent/pr-agent. - Update the GitHub Action “Quick Start” example to
uses: the-pr-agent/pr-agent@main. - Update README links in the features table and “See It in Action” section to the new org/repo slug.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
The README still references the old `Codium-ai/pr-agent` slug in six places. Now that the repo has been transferred to the community-owned `the-pr-agent` org, those links should point at the canonical new home.
GitHub serves the old slug via a 301 redirect today, so nothing is currently broken — but pinning to the redirect is brittle (it can be reclaimed or removed by the original owner at any time), and copy-pasting the GitHub Action example tells new users to depend on a slug that's no longer the source of truth.
Changes
Verified PR #530 and PR #732 resolve directly at `the-pr-agent/pr-agent` (HTTP 200), and the `Codium-ai` URLs 301-redirect to the same content. The original repo was transferred (not forked), so PR numbers and history are preserved.
Intentionally NOT changed
Image URLs hosted at `codium.ai` (logos, screenshots) are left alone — they're CDN assets that would need re-uploading to a community-owned host first. Out of scope for this slug-only fix.
Test plan