Skip to content

docs(readme): point examples at the-pr-agent/pr-agent slug#2363

Merged
naorpeled merged 1 commit intomainfrom
docs/readme-pr-agent-org-slug
May 2, 2026
Merged

docs(readme): point examples at the-pr-agent/pr-agent slug#2363
naorpeled merged 1 commit intomainfrom
docs/readme-pr-agent-org-slug

Conversation

@naorpeled
Copy link
Copy Markdown
Member

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

Location Old New
Last-commit badge link `Codium-ai/pr-agent/commits/main` `the-pr-agent/pr-agent/commits/main`
Last-commit badge image `shields.io/.../Codium-ai/pr-agent/...` `shields.io/.../the-pr-agent/pr-agent/...`
Quick Start example `uses: Codium-ai/pr-agent@main` `uses: the-pr-agent/pr-agent@main`
Features table — "Tagging bot" link `Codium-ai/pr-agent#try-it-now` `the-pr-agent/pr-agent#try-it-now`
See It in Action — `/describe` demo `/pull/530` `/pull/530`
See It in Action — `/review` and `/improve` demos `/pull/732#...` `/pull/732#...`

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

  • After merge, render the README on github.com/the-pr-agent/pr-agent and confirm the badge shows the latest commit on main and all the linked PRs (530, 732) load.
  • Confirm the `uses: the-pr-agent/pr-agent@main` example works end-to-end (i.e., the redirect from the old slug still works during the transition for users copying the README before this lands).

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.
Copilot AI review requested due to automatic review settings May 2, 2026 20:10
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label May 2, 2026
@qodo-free-for-open-source-projects
Copy link
Copy Markdown
Contributor

Review Summary by Qodo

Update README repository references to the-pr-agent organization

📝 Documentation

Grey Divider

Walkthroughs

Description
• 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
Diagram
flowchart 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
Loading

Grey Divider

File Changes

1. README.md 📝 Documentation +7/-7

Update all repository slug references to new organization

• Updated last-commit badge link from Codium-ai/pr-agent/commits/main to
 the-pr-agent/pr-agent/commits/main
• Updated shields.io badge image URL to reference new organization slug
• Changed GitHub Action example from uses: Codium-ai/pr-agent@main to `uses:
 the-pr-agent/pr-agent@main`
• Updated Tagging bot link in features table to point to new repository
• Corrected three demo links in "See It in Action" section (PR #530, PR #732 /review, PR #732
 /improve) to reference new organization

README.md


Grey Divider

Qodo Logo

@qodo-free-for-open-source-projects
Copy link
Copy Markdown
Contributor

qodo-free-for-open-source-projects Bot commented May 2, 2026

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

Qodo Logo

@naorpeled naorpeled merged commit d7d3f56 into main May 2, 2026
5 checks passed
@naorpeled naorpeled deleted the docs/readme-pr-agent-org-slug branch May 2, 2026 20:11
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants