fix: Update org references from github/ to github-community-projects/#398
Merged
fix: Update org references from github/ to github-community-projects/#398
Conversation
Update all references to the old organization (github/contributors) to the new organization (github-community-projects/contributors) following the repository transfer. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Re-align table columns after org name change to satisfy markdownlint MD060 and Prettier formatting checks. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates repository/organization references across the project to reflect the transfer from github/contributors to github-community-projects/contributors, ensuring docs, workflows, tests, and metadata point to the new location.
Changes:
- Updated documentation/support links and usage examples to the new org/repo.
- Updated action/workflow references (including
uses:and repo inputs) to the new org/repo. - Updated generated-markdown footer link and corresponding test expectations.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
action.yml |
Points the Docker-based action to the new GHCR image location under the transferred org. |
Dockerfile |
Updates OCI labels to reference the new repository URL/source/documentation. |
README.md |
Updates badges, support links, and workflow uses: examples to the new org/repo. |
CONTRIBUTING.md |
Updates issue tracker and Actions tab links to the new org/repo. |
markdown.py |
Updates the generated footer link to the new repository URL. |
test_markdown.py |
Updates expected footer link strings to match markdown.py. |
contributor_stats.py |
Updates example/comment URL to the new repository path. |
json_writer.py |
Updates example/comment repository list entry to the new org/repo. |
.github/workflows/contributors_report.yaml |
Updates the action reference and REPOSITORY env value to the new org/repo. |
.github/ISSUE_TEMPLATE/config.yml |
Updates discussion link to the new org/repo. |
jmeridth
approved these changes
Feb 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update all references to the old organization (
github/contributors) to the new organization (github-community-projects/contributors) following the repository transfer.Changes
Updated references across 10 files:
Testing
All 56 tests pass with 99% coverage. Linting passes cleanly.