-
Notifications
You must be signed in to change notification settings - Fork 0
Ops Github Transfer
github-actions[bot] edited this page Jun 3, 2026
·
1 revision
Use this checklist when transferring or verifying the repository under
Ambiguous-Interactive/DxMessaging.
- Confirm the target organization has an owner who can accept transferred repositories.
- Confirm the target repository name remains
DxMessaging. - Confirm the package ID remains
com.wallstop-studios.dxmessaging. - Record public state in the local ignored runbook:
- current default branch
- latest version tag
- required workflow names
- public package pages
- Do not record personal access tokens, recovery codes, private emails, screenshots, or publisher account IDs.
- Transfer the repository through GitHub repository settings.
- Accept the transfer in the
Ambiguous-Interactiveorganization. - Confirm the repository URL is
https://github.com/Ambiguous-Interactive/DxMessaging. - Confirm existing tags and GitHub Releases are still visible.
- Confirm old links redirect, but do not rely on redirects in tracked files.
GitHub states that webhooks, services, secrets, and deploy keys remain associated with a transferred repository. Treat that as a starting point, not a verification result. Recheck every automation binding after the transfer.
After transfer, verify each surface points at the canonical repository:
-
package.json:documentationUrlchangelogUrllicensesUrlrepository.urlbugs.urlhomepage
-
mkdocs.yml:site_urlrepo_namerepo_urlpymdownx.magiclink.userpymdownx.magiclink.repo
- README badges and install URLs
- docs source links and GitHub sample links
-
.github/workflows/release-drafter.ymlrepository guard -
.github/release-drafter.ymltag template -
.github/dependabot.ymlassignees, reviewers, and ownership routing -
scripts/update-llms-txt.jsand generatedllms.txt scripts/wiki/generate-wiki-sidebar.js- OpenUPM metadata
- npm Trusted Publishing binding
Run:
npm run validate:repo-identity
npm run validate:llms-txtUpdate local remotes after transfer:
git remote set-url origin git@github.com:Ambiguous-Interactive/DxMessaging.git
git fetch --all --tags --prune
git remote -vUse HTTPS instead of SSH if that is the maintainer's normal GitHub setup.
- GitHub Pages still publishes from the old organization URL.
- README badges point at the old repository.
- npm Trusted Publishing remains bound to the old repository.
- OpenUPM metadata still indexes the old repository.
- Dependabot still assigns or requests review from old-owner accounts.
- Release Drafter creates unprefixed tags while release workflow expects
vX.Y.Z. - Maintainers rely on old redirects and miss stale links in package metadata.
- Getting-Started-Overview
- Getting-Started-Getting-Started
- Getting-Started-Install
- Getting-Started-Quick-Start
- Getting-Started-Visual-Guide
- Concepts-Message-Types
- Concepts-Listening-Patterns
- Concepts-Targeting-And-Context
- Concepts-Interceptors-And-Ordering
- Guides-Patterns
- Guides-Unity-Integration
- Guides-Testing
- Guides-Diagnostics
- Guides-Advanced
- Guides-Migration-Guide
- Advanced-Emit-Shorthands
- Advanced-Message-Bus-Providers
- Advanced-Runtime-Configuration
- Advanced-String-Messages
- Reference-Reference
- Reference-Quick-Reference
- Reference-Helpers
- Reference-Faq
- Reference-Glossary
- Reference-Troubleshooting
- Reference-Compatibility
Links