Skip to content

Lpcox/migrate to GitHub#597

Merged
lpcox merged 3 commits intomainfrom
lpcox/migrate-to-github
Feb 3, 2026
Merged

Lpcox/migrate to GitHub#597
lpcox merged 3 commits intomainfrom
lpcox/migrate-to-github

Conversation

@lpcox
Copy link
Collaborator

@lpcox lpcox commented Feb 3, 2026

No description provided.

lpcox added 3 commits February 2, 2026 18:41
- Update Go module path: github.com/githubnext/gh-aw-mcpg -> github.com/github/gh-aw-mcpg
- Update all Go imports to use new module path
- Update container images: ghcr.io/githubnext/* -> ghcr.io/github/*
- Update repository URLs in documentation
- Update GitHub Actions references: githubnext/gh-aw -> github/gh-aw
- Update GitHub Pages URLs: githubnext.github.io -> github.github.io
- All tests pass after migration
Copilot AI review requested due to automatic review settings February 3, 2026 05:21
@lpcox lpcox merged commit 7a03380 into main Feb 3, 2026
4 checks passed
@lpcox lpcox deleted the lpcox/migrate-to-github branch February 3, 2026 05:21
Copy link
Contributor

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

This pull request migrates the repository from the githubnext organization to the github organization, updating references across Go code, Docker images, documentation, and workflow configurations.

Changes:

  • Updated Go module path from github.com/githubnext/gh-aw-mcpg to github.com/github/gh-aw-mcpg
  • Changed Docker image references from ghcr.io/githubnext/* to ghcr.io/github/*
  • Updated documentation URLs and repository references throughout

Reviewed changes

Copilot reviewed 128 out of 129 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
go.mod Updated module path to github organization
main.go and internal/**/*.go Updated all import paths
test/**/*.go Updated import paths in tests
test/serena-mcp-tests/** Updated Docker image references and documentation
containers/serena-mcp-server/** Updated OCI labels and documentation
config.json, config.toml Updated container image references
README.md, CONTRIBUTING.md, AGENTS.md Updated repository URLs and Docker images
Makefile Updated workflow URL reference
.github/workflows/*.md Updated container references in workflow definitions
.github/workflows/*.lock.yml Updated container and action references in compiled workflows
.github/aw/** Updated documentation URLs and schema references

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- name: Downloading container images
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.27.0
- name: Download container images
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/githubnext/gh-aw-mcpg:v0.0.84 node:lts-alpine
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

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

Several workflow files still contain githubnext references that were not updated. These lock files reference the MCP gateway Docker image as ghcr.io/githubnext/gh-aw-mcpg:v0.0.84 which should be ghcr.io/github/gh-aw-mcpg:v0.0.84 for consistency with the rest of the migration.

Examples found in:

  • .github/workflows/daily-compliance-checker.lock.yml (line 160, 410)
  • .github/workflows/duplicate-code-detector.lock.yml (line 143, 435, 460)
  • .github/workflows/go-fan.lock.yml (line 158, 408, 433)
  • .github/workflows/go-logger.lock.yml (line 160, 399)
  • .github/workflows/issue-monster.lock.yml (line 153, 410)
  • And several other .lock.yml files

These appear to be generated/compiled workflow files (.lock.yml) but should still be updated for consistency.

Suggested change
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/githubnext/gh-aw-mcpg:v0.0.84 node:lts-alpine
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/github/gh-aw-mcpg:v0.0.84 node:lts-alpine

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant