build: update org name from github to github-community-projects#434
Merged
Conversation
Replace all instances of github/stale-repos with github-community-projects/stale-repos to reflect the repository transfer. Update Docker image references, bump version to v7, update CODEOWNERS, and add transfer notice to README. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Removed the section about requesting review from @Jeffrey-Luszcz and the reviewer label options. Signed-off-by: Zack Koppert <zkoppert@github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates repository references to reflect the transfer from github/stale-repos to github-community-projects/stale-repos, including action/image coordinates and documentation links.
Changes:
- Updated action and container image references to
ghcr.io/github-community-projects/stale_repos:v7. - Updated README/CONTRIBUTING links and usage examples to the new org/repo and major version (
v7). - Updated repo metadata files (CODEOWNERS, issue template contact link, example workflow) to point at the new location.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
action.yml |
Points the action runtime image to the new GHCR org and v7 tag. |
README.md |
Adds a repo-move notice and updates badges/support links and uses: examples to the new org/version. |
Dockerfile |
Updates OCI image metadata URLs to the new repo location. |
CONTRIBUTING.md |
Updates issue/actions links to the new repo location. |
.github/workflows/use-action.yml |
Updates the example workflow to use the new GHCR image tag. |
.github/pull_request_template.md |
Removes reviewer/labeling checklist content. |
.github/ISSUE_TEMPLATE/config.yml |
Updates discussion link to the new repo location. |
.github/CODEOWNERS |
Updates code owners to specific users. |
Comments suppressed due to low confidence (1)
.github/pull_request_template.md:23
- The pull request template’s reviewer/labeling section was removed, but this change isn’t mentioned in the PR description and may impact the project’s review/release workflow (e.g., ensuring PRs are labeled). Either restore the removed section or update the PR description to explicitly call out and justify this process change.
- [ ] If documentation is needed for this change, has that been included in this pull request
- [ ] run `make lint` and fix any issues that you have introduced
- [ ] run `make test` and ensure you have test coverage for the lines you are introducing
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Zack Koppert <zkoppert@github.com>
jmeridth
approved these changes
Feb 28, 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.
This PR updates all references from
github/stale-repostogithub-community-projects/stale-reposto reflect the repository transfer.Changes
@zkoppert @jmeridthghcr.io/github/toghcr.io/github-community-projects/