Skip to content

chore: update all references for repo transfer to github-community-projects#337

Merged
jmeridth merged 3 commits intomainfrom
jm_codeowners
Feb 26, 2026
Merged

chore: update all references for repo transfer to github-community-projects#337
jmeridth merged 3 commits intomainfrom
jm_codeowners

Conversation

@jmeridth
Copy link
Collaborator

@jmeridth jmeridth commented Feb 25, 2026

What

Updated all remaining references from github/cleanowners to
github-community-projects/cleanowners across documentation, workflows,
Docker image metadata, action definition, and usage examples. Also bumped
action and container image version references from v1 to v2.

Why

The repository has been transferred from github to
github-community-projects and the previous commit (c629df2) only covered
CODEOWNERS and the PR template. This completes the migration so all URLs,
image references, and usage examples point to the correct org and version.

Notes

  • The action.yml docker image changed to ghcr.io/github-community-projects/cleanowners:v2 — the v2 container image must be published at the new registry path before this ships or the action will break for consumers
  • README usage examples were bumped from github/cleanowners@v1 to github-community-projects/cleanowners@v2 — existing users following the README will adopt the new org and version simultaneously
  • The contributors_report.yaml workflow REPOSITORY env var was updated; if this workflow runs before the GitHub API recognizes the new org path, it will fail
  • OpenSSF Scorecard badge URL was updated; the scorecard service may need time to re-index under the new org

Pull Request

Proposed Changes

Readiness Checklist

Author/Contributor

  • 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

…ojects

## What

Updated all remaining references from `github/cleanowners` to
`github-community-projects/cleanowners` across documentation, workflows,
Docker image metadata, action definition, and usage examples. Also bumped
action and container image version references from v1 to v2.

## Why

The repository has been transferred from `github` to
`github-community-projects` and the previous commit (c629df2) only covered
CODEOWNERS and the PR template. This completes the migration so all URLs,
image references, and usage examples point to the correct org and version.

## Notes

- The action.yml docker image changed to `ghcr.io/github-community-projects/cleanowners:v2` — the v2 container image must be published at the new registry path before this ships or the action will break for consumers
- README usage examples were bumped from `github/cleanowners@v1` to `github-community-projects/cleanowners@v2` — existing users following the README will adopt the new org and version simultaneously
- The contributors_report.yaml workflow `REPOSITORY` env var was updated; if this workflow runs before the GitHub API recognizes the new org path, it will fail
- OpenSSF Scorecard badge URL was updated; the scorecard service may need time to re-index under the new org

Signed-off-by: jmeridth <jmeridth@gmail.com>
@jmeridth jmeridth changed the title chore: update repo ownership and clean up PR template chore: update all references for repo transfer to github-community-projects Feb 26, 2026
@jmeridth jmeridth requested a review from zkoppert February 26, 2026 00:06
## What

Removed the deprecated `suggestion-mode` option from the pylint config.

## Why

The `suggestion-mode` option was removed in newer versions of pylint, causing an `E0015: Unrecognized option` error that fails the super-linter CI job.

## Notes

- These errors were hidden until super-linter upgraded its bundled pylint version
- Saw these errors [here](https://github.com/github-community-projects/contributors/actions/runs/22372943481/job/64756293990?pr=394#step:5:488) which made me check the version of python-lint in this repo and the config. Same issue here.
- `suggestion-mode` was [removed in 4.0 of pylint](https://pylint.readthedocs.io/en/latest/whatsnew/4/4.0/index.html)

Signed-off-by: Jason Meridth <jmeridth@gmail.com>
Signed-off-by: jmeridth <jmeridth@gmail.com>
@jmeridth jmeridth merged commit 56fce7d into main Feb 26, 2026
33 checks passed
@jmeridth jmeridth deleted the jm_codeowners branch February 26, 2026 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants