Fix: update GitHub URLs from lfit to lfreleng-actions#115
Merged
ModeSevenIndustrialSolutions merged 1 commit intolfreleng-actions:mainfrom Apr 1, 2026
Conversation
Copilot started reviewing on behalf of
ModeSevenIndustrialSolutions
April 1, 2026 19:23
View session
There was a problem hiding this comment.
Pull request overview
This PR updates GitHub URLs throughout the project to reflect the org move from lfit to lfreleng-actions for pull-request-fixer and markdown-table-fixer, covering both package metadata and user-facing documentation/examples.
Changes:
- Updated project metadata URLs in
pyproject.toml(homepage/repo/issue tracker). - Replaced old org links across docs (README/setup/features/implementation/changelog).
- Updated auto-generated PR comment footer links in the CLI and PR file fixer code paths.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/pull_request_fixer/pr_file_fixer.py | Updates the “Automatically fixed by …” footer link in PR comments to the new org. |
| src/pull_request_fixer/cli.py | Updates PR/file-fix comment footer links to the new org. |
| SETUP.md | Updates clone/pre-commit/issues links for markdown-table-fixer to the new org. |
| README.md | Updates clone/support/related-project links to the new org where applicable. |
| pyproject.toml | Updates [project.urls] entries to point at lfreleng-actions. |
| IMPLEMENTATION.md | Updates support/documentation links to the new org. |
| FEATURES.md | Updates example/support links to the new org. |
| CHANGELOG.md | Updates release/compare reference URLs to the new org. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Repository has moved from the lfit GitHub org to the lfreleng-actions org. Update all project URLs in docs, pyproject.toml, and source code to reflect the new location. Co-authored-by: Claude <noreply@anthropic.com> Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
6f55878 to
f22823d
Compare
keanjapesan
approved these changes
Apr 1, 2026
25a55eb
into
lfreleng-actions:main
21 checks passed
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 GitHub URLs that reference the old
lfitorg to the newlfreleng-actionsorg.Changes
Replaces
github.com/lfit/pull-request-fixerandgithub.com/lfit/markdown-table-fixerwith theirlfreleng-actionsequivalents across:pyproject.toml— project URLs (Homepage, Repository, Bug Tracker)README.md— clone URLs, support links, related project linksSETUP.md— installation and development setup instructionsFEATURES.md— auto-generated comment examples, support linksIMPLEMENTATION.md— support linksCHANGELOG.md— release comparison URLssrc/pull_request_fixer/cli.py— auto-generated PR comment linkssrc/pull_request_fixer/pr_file_fixer.py— auto-generated PR comment linksNot changed
lfit/releng-reusable-workflowsreferences (different repo, still underlfit)lfit/dependamergereferences (different repo, still underlfit)Testing
No functional changes — URL string replacements only.