fix: Update org name from github to github-community-projects#116
fix: Update org name from github to github-community-projects#116
Conversation
Replace all instances of github/measure-innersource with github-community-projects/measure-innersource to reflect the repository transfer. Add an important notice to the README about the move. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the repository references following the transfer from the github organization to github-community-projects. The changes update all documentation, workflow files, and container metadata to reflect the new organization name, and add a prominent migration notice for users.
Changes:
- Added an important notice at the top of README.md informing users about the repository move with instructions to update their git remotes
- Updated all repository URLs and action references from
github/measure-innersourcetogithub-community-projects/measure-innersourceacross documentation and examples - Updated container image metadata in Dockerfile and workflow repository references
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| README.md | Added migration notice banner; updated all repository URLs, issue links, and GitHub Action usage examples to use new organization name |
| Dockerfile | Updated OCI image metadata (url, source, documentation) to point to new repository location |
| CONTRIBUTING.md | Updated all issue template links, bug tracker links, and Actions tab URL to new organization |
| .github/workflows/contributor_report.yaml | Updated REPOSITORY environment variable to use new organization name |
| .github/ISSUE_TEMPLATE/config.yml | Updated discussions URL to new organization while preserving link to separate github-ospo repository |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Removed instruction to request review from @Jeffrey-Luszcz for publishing new data. Signed-off-by: Zack Koppert <zkoppert@github.com>
jmeridth
left a comment
There was a problem hiding this comment.
This ask and then CODEOWNERS to just us. Pretty please 😄
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Removed reviewer section and related checklist items. Signed-off-by: Zack Koppert <zkoppert@github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| runs: | ||
| using: "docker" | ||
| image: "docker://ghcr.io/github/measure_innersource:v1" | ||
| image: "docker://ghcr.io/github-community-projects/measure_innersource:v2" |
There was a problem hiding this comment.
The Docker image version is being changed from v1 to v2, but this appears to be a breaking change that isn't mentioned in the PR description. The PR description states this is purely a repository name update, but changing the major version of the Docker image suggests there are breaking changes. If this is intentional because the repository move constitutes a breaking change, it should be documented in the PR description. If not, the version should remain as v1 to maintain backward compatibility for existing users.

This PR updates all references from
github/measure-innersourcetogithub-community-projects/measure-innersourceto reflect the repository transfer.Changes