chore(urls): repoint canonical GitHub URLs to SciTeX-AI org#68
Open
ywatanabe1989 wants to merge 2 commits into
Open
chore(urls): repoint canonical GitHub URLs to SciTeX-AI org#68ywatanabe1989 wants to merge 2 commits into
ywatanabe1989 wants to merge 2 commits into
Conversation
The repo moved from ywatanabe1989/scitex-stats to SciTeX-AI/scitex-stats. GitHub 301-redirects the old slug, so nothing was broken; this updates the canonical references (pyproject urls, README badges, CONTRIBUTING, docs). Sibling ecosystem links (figrecipe, scitex-io, scitex-clew) are left on ywatanabe1989 because those repos have not been transferred yet.
The org login was renamed SciTeX-AI -> scitex-ai (same org id 211223684). GitHub owner lookup is case-insensitive, but external services that key on the literal slug (codecov, PyPI trusted publisher) are not, so pin the canonical lowercase form.
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.
Why
scitex-statswas transferred fromywatanabe1989to theSciTeX-AIorg as thepilot for the ecosystem-wide org migration. GitHub 301-redirects the old slug, so
nothing was broken — this PR just updates the canonical references.
What
Replaced the 14 occurrences of
ywatanabe1989/scitex-stats→SciTeX-AI/scitex-stats:pyproject.toml—[project.urls]Homepage / Repository / IssuesREADME.md— badge block (tests, install-check, quality, codecov) + ecosystem table rowCONTRIBUTING.md— issues link +git cloneURLdocs/sphinx/installation.rst—git cloneURLdocs/sphinx/examples.rst— notebook blob linksDeliberately NOT changed
figrecipe,scitex-io,scitex-clew) stay onywatanabe1989— those repos have not been transferred yet.Documentation = https://scitex-stats.readthedocs.io— RTD slug carries no owner._sphinx_html/,_build/,_sources/,logs/) — regenerated, not source.Follow-up (outside this PR)
The PyPI trusted-publisher (OIDC) binding is keyed on owner/repo/workflow/environment
and is not updated by GitHub's redirect. It must be repointed to owner
SciTeX-AI(repo
scitex-stats, workflowpypi-publish-and-github-release-on-tag.yml, environmentpypi)or the next tag's
publishjob will fail. Build/test are unaffected.