chore: repoint legacy repository URLs (org migration 2026-09-22) - #17
Merged
Merged
Conversation
Collaborator
|
Workflow lines added by the operator (the sweep PAT lacked |
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
Repoints legacy repository URLs after the org/repo migration (Journal-Utilities → Journal_Utilities). Old URLs redirect, but checked-out files should reference canonical names.
Per-file replacements (11 URLs total):
workflowscope — NOT included in this PRTwo GitHub Actions checkout URLs also need repointing but the PAT used for this PR lacks
workflowscope (push of workflow files was rejected by GitHub):.github/workflows/deploy-pages.ymlline 31:repository: ActiveInferenceInstitute/Journal-Utilities→ActiveInferenceInstitute/Journal_Utilities.github/workflows/journal-integrity.ymlline 21:repository: ActiveInferenceInstitute/Journal-Utilities→ActiveInferenceInstitute/Journal_UtilitiesUntil then, both workflows keep working only because the old repo name redirects — but
actions/checkoutdoes not follow redirects, so these MUST be merged promptly (CI will fail on the legacy name).Intentionally left unchanged
Journal-Utilities/scripts/...) and local checkoutpath:names — not URL referencesREVIEW_LOG_2026-08-02.md,TO-DO.md— historical review notestrace.txtlocal machine paths (/mnt/md0/projects/Journal-Utilities/...) — historical run tracesissues/<n>orpull/<n>deep links referencing the old name were found in this repoOld URLs redirect automatically. Migration context: https://github.com/ActiveInferenceInstitute/nest-internal/blob/main/governance/github-org-migration.md