chore: migrate repo-location refs from Gerrrt to dotgibson org#27
Merged
Conversation
Rewrite hardcoded repo-location references (URLs, reusable-workflow uses: refs, github.repository_owner guards, showcase Pages badge) from the Gerrrt personal account to the new dotgibson org across this repo's own non-vendored files: workflows, test scripts, README, CLAUDE.md, bootstrap + os overlays. The vendored core/ subtree is intentionally NOT hand-edited here; its Gerrrt refs are fixed upstream in dotfiles-core and arrive via the next make sync (after dotfiles-core#128 merges). The nvim lua/gerrrt/** namespace and @Gerrrt handles are left unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RMEBzQWNQPcYfUEbin1zjW
There was a problem hiding this comment.
Pull request overview
Migrates hardcoded repository-location references from the former Gerrrt owner to the new dotgibson org across this repo’s non-vendored scripts, docs, and GitHub Actions workflows, aligning CI dispatches and reusable-workflow uses: targets with the org migration.
Changes:
- Updated upstream URLs and docs links from
github.com/Gerrrt/...togithub.com/dotgibson/...in scripts and documentation. - Switched GitHub Actions reusable workflow references (
uses:) todotgibson/dotfiles-core/...@v2. - Updated the showcase site link and the
notify-webworkflow dispatch target/owner guard todotgibson.
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 |
|---|---|
test/check-core-freshness.sh |
Updates the default upstream Core repo URL to the new org. |
README.md |
Updates the showcase link to the new GitHub Pages domain. |
CLAUDE.md |
Updates the dotfiles-core hyperlink to the new org. |
.github/workflows/notify-web.yml |
Updates repository owner guard and repository_dispatch endpoint to dotgibson/dotfiles-web. |
.github/workflows/freshness.yml |
Updates the suggested subtree pull URL to the new org. |
.github/workflows/core-integrity.yml |
Retargets reusable workflow uses: to dotgibson/dotfiles-core at @v2. |
.github/workflows/bootstrap.yml |
Retargets reusable workflow uses: to dotgibson/dotfiles-core at @v2. |
.github/workflows/auto-tag.yml |
Retargets reusable workflow uses: to dotgibson/dotfiles-core at @v2. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ca64382 Merge pull request #128 from dotgibson/claude/github-org-migration-dotgibson-kqnrfn d39fb32 chore: migrate repo-location refs from Gerrrt to dotgibson org e5f757b Merge pull request #127 from dotgibson/dependabot/github_actions/actions/checkout-7.0.0 cb7543f ci: bump actions/checkout from 4.3.1 to 7.0.0 43bc9f4 Merge pull request #126 from Gerrrt/claude/dotfiles-windows-git-processes-qjqcpz 028d4aa perf(starship): pin explicit command_timeout so wedged git modules get reaped git-subtree-dir: core git-subtree-split: ca643825a5ca15e267d7f7a09876735f3551857c
…ithub-org-migration-dotgibson-kqnrfn
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.
What
Part of the org migration
Gerrrt→dotgibson. Rewrites hardcoded repo-location references in this repo's own (non-vendored) files:.github/workflows/*— reusable-workflowuses:refs,github.repository_ownerguards (silently no-op under any other owner), dispatch URLstest/check-core-freshness.shupstream URLgerrrt.github.io→dotgibson.github.io),CLAUDE.mdVendored
core/— follow-upThe vendored
core/subtree is not hand-edited here (repo rule). ItsGerrrtrefs are fixed upstream in dotgibson/dotfiles-core#128 and arrive viamake syncafter that merges — pushed as a follow-up commit to this same branch.core-integritystays green meanwhile (it validates the pinnedcore.lockcore_sha, unchanged).Not changed
nvim
lua/gerrrt/**namespace and@gerrrthandles.🤖 Generated with Claude Code
Generated by Claude Code