Skip to content

docs: update eic/panda-compose references after transfer to PanDAWMS#25

Open
wenaus wants to merge 1 commit into
mainfrom
chore/post-transfer-references
Open

docs: update eic/panda-compose references after transfer to PanDAWMS#25
wenaus wants to merge 1 commit into
mainfrom
chore/post-transfer-references

Conversation

@wenaus

@wenaus wenaus commented May 20, 2026

Copy link
Copy Markdown
Member

Per Wouter's follow-up after the org transfer: GitHub's redirect covers existing clones and uses: references, but documentation and action metadata still named the old org explicitly. This sweep updates the user-facing references:

  • README and getting-started clone URLs
  • ci-integration and setup-panda-action docs (uses: and repository: examples)
  • action.yml author field and the embedded check-out repository
  • oci-artifact docs (ghcr.io paths and examples)

7 files, 27 +/-, no code changes. Holding for review before merge.

The repository was transferred from eic/panda-compose to
PanDAWMS/panda-compose. GitHub's automatic redirect covers
existing clones and `uses:` references, but the user-facing
documentation, the composite-action metadata, and the OCI
artifact paths all named the old org explicitly. This sweep
updates: README and getting-started clone URLs; ci-integration
and setup-panda-action docs (`uses: …` and `repository: …`
examples); `action.yml` author and check-out repository;
oci-artifact docs (`ghcr.io/…` paths and examples).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 20, 2026 16:57

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates documentation and GitHub Action metadata to reflect the repository’s move from eic/panda-compose to PanDAWMS/panda-compose, ensuring user-facing clone URLs and uses: / repository: examples point at the new org.

Changes:

  • Replace eic/panda-compose with PanDAWMS/panda-compose in README + docs clone URLs and GitHub Actions examples
  • Update composite action metadata (action.yml) author and checkout repository: target
  • Update OCI artifact documentation to reference the new GHCR path

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
README.md Updates clone URL to the new GitHub org.
docs/setup-panda-action.md Updates uses: examples and narrative references to the new org.
docs/README.md Updates quick-start clone URL to the new org.
docs/oci-artifact.md Updates GHCR/OCI artifact references to the new org (see review comments re: casing).
docs/getting-started.md Updates clone URL to the new org.
docs/ci-integration.md Updates uses: and actions/checkout repository: examples to the new org.
action.yml Updates action author and checkout repository to the new org.

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

Comment thread docs/oci-artifact.md
Comment on lines 3 to 5
panda-compose publishes its `docker-compose.yml` as an OCI artifact to the
[GitHub Container Registry](https://ghcr.io/eic/panda-compose) on every push to `main`
[GitHub Container Registry](https://ghcr.io/PanDAWMS/panda-compose) on every push to `main`
and on every version tag. It can also be triggered manually via `workflow_dispatch`.
Comment thread docs/oci-artifact.md
Comment on lines 21 to 23
```bash
docker compose -f oci://ghcr.io/eic/panda-compose:latest config
docker compose -f oci://ghcr.io/PanDAWMS/panda-compose:latest config
```
Comment thread docs/oci-artifact.md
Comment on lines 27 to 31
```yaml
# docker-compose.yml in an external project
include:
- oci://ghcr.io/eic/panda-compose:latest
- oci://ghcr.io/PanDAWMS/panda-compose:latest

Comment thread docs/oci-artifact.md
Comment on lines 51 to 55
```yaml
include:
- oci://ghcr.io/eic/panda-compose:v1 # semver tag
- oci://ghcr.io/eic/panda-compose:latest # always latest main
- oci://ghcr.io/PanDAWMS/panda-compose:v1 # semver tag
- oci://ghcr.io/PanDAWMS/panda-compose:latest # always latest main
```
Comment thread docs/oci-artifact.md
Comment on lines 82 to 86
```bash
# install docker compose v2.34.0+ if needed
cp .env.example .env
docker compose publish --yes ghcr.io/eic/panda-compose:my-tag
docker compose publish --yes ghcr.io/PanDAWMS/panda-compose:my-tag
```
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.

2 participants