Conversation
Comprehensive guide for transferring the repo from marcodejongh/boardsesh to the boardsesh org, covering repo transfer, GHCR images, Vercel, CORS, code references, and verification checklist. https://claude.ai/code/session_01RXrbhGqfTcfwHhynsBfxMG
Claude Review✅ Ready to merge - Documentation-only PR adding a comprehensive migration plan. No issues found. The migration plan accurately references existing files and configurations, with correct line numbers for the CORS patterns and GHCR image locations. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3e6f973267
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - Old URL (`github.com/marcodejongh/boardsesh`) redirects to new URL | ||
| - Collaborators with personal access retain access | ||
| - Stars and watchers preserved | ||
| - GitHub Actions workflows continue working (they use `${{ github.repository_owner }}` for GHCR image names, so no changes needed) |
There was a problem hiding this comment.
Remove inaccurate claim that workflows need no GHCR changes
This section says GitHub Actions requires no workflow changes because image names use ${{ github.repository_owner }}, but the current test workflows still hardcode the old namespace (.github/workflows/e2e-tests.yml:29 and .github/workflows/backend-tests.yml:24). If operators rely on this statement, CI will continue pulling stale ghcr.io/marcodejongh/* images after transfer and stop validating against newly published ghcr.io/boardsesh/* images.
Useful? React with 👍 / 👎.
Comprehensive guide for transferring the repo from marcodejongh/boardsesh to the boardsesh org, covering repo transfer, GHCR images, Vercel, CORS, code references, and verification checklist.
https://claude.ai/code/session_01RXrbhGqfTcfwHhynsBfxMG