Skip to content

Update all ChrisonSimtian/Fallout URLs to Fallout-build org - #379

Merged
ChrisonSimtian merged 2 commits into
mainfrom
docs/fix-readme-repostars-link-and-typo
Jun 20, 2026
Merged

Update all ChrisonSimtian/Fallout URLs to Fallout-build org#379
ChrisonSimtian merged 2 commits into
mainfrom
docs/fix-readme-repostars-link-and-typo

Conversation

@dennisdoomen

@dennisdoomen dennisdoomen commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • After the repo transfer, links throughout the repo still pointed to `ChrisonSimtian/Fallout`. GitHub redirects kept most of them working, but the repostars widget showed the wrong org and the `PackageProjectUrl` embedded in NuGet packages was stale.
  • Updated every occurrence of `ChrisonSimtian/Fallout` → `Fallout-build/Fallout` across the entire repo: README badges, docs, AGENTS.md, CONTRIBUTING.md, `Directory.Build.props` (`PackageProjectUrl`), workflow environment URLs, issue templates, tool JSON `$schema` refs, generated tool comment headers, and source files (164 files total).
  • `CHANGELOG.md` left unchanged — those are historical issue/PR references where redirect behaviour is intentional.
  • Sponsors link (`github.com/sponsors/ChrisonSimtian`) left unchanged — personal profile, not a repo.

Test plan

  • Verify all badge images load and link to `github.com/Fallout-build/Fallout/…`
  • Verify the repostars widget "View on GitHub" goes to `github.com/Fallout-build/Fallout`
  • Confirm `Directory.Build.props` `PackageProjectUrl` points to `github.com/Fallout-build/Fallout`
  • Confirm sponsors badge still links to `github.com/sponsors/ChrisonSimtian`

@dennisdoomen dennisdoomen added the target/vCurrent Targets the current version label Jun 10, 2026
@dennisdoomen
dennisdoomen force-pushed the docs/fix-readme-repostars-link-and-typo branch 2 times, most recently from 9a60955 to 74943fd Compare June 11, 2026 05:23
@dennisdoomen dennisdoomen changed the title docs(readme): update all GitHub links to canonical Fallout-build org Update README links to Fallout-build org Jun 11, 2026
ChrisonSimtian
ChrisonSimtian previously approved these changes Jun 11, 2026

@ChrisonSimtian ChrisonSimtian left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for fixing this

@dennisdoomen
dennisdoomen requested a review from a team as a code owner June 11, 2026 06:35
@dennisdoomen dennisdoomen changed the title Update README links to Fallout-build org Update all ChrisonSimtian/Fallout URLs to Fallout-build org Jun 11, 2026
@dennisdoomen
dennisdoomen requested a review from Copilot June 11, 2026 06:41
@dennisdoomen
dennisdoomen force-pushed the docs/fix-readme-repostars-link-and-typo branch from 33dcde7 to cd0300d Compare June 11, 2026 06:43

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates repository-wide references from ChrisonSimtian/Fallout to Fallout-build/Fallout after the org transfer, including documentation links, NuGet package metadata, CI workflow environment URLs, and tool schema references.

Changes:

  • Repointed GitHub links in docs/READMEs/templates and issue/workflow metadata to the new org.
  • Updated NuGet PackageProjectUrl to ensure published packages embed the correct repo URL.
  • Updated tooling schema URLs and tool-spec $schema references to the new raw GitHub location (including some generated wrapper headers).

Reviewed changes

Copilot reviewed 159 out of 165 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tests/integration/README.md Update issue links to new org.
tests/integration/docker-compose.yml Update tracking-issue reference to new org.
tests/Fallout.Common.Tests/GitVersionParseTest.cs Update LICENSE link in file header to new org.
src/Shims/Nuke.Common/README.md Update tracking-issue link to new org.
src/Fallout.Utilities/Security/EncryptionUtility.cs Update issue link in XML docs to new org.
src/Fallout.Tooling.Generator/schema.json Update schema id raw URL to new org.
src/Fallout.Tooling.Generator/Model/Tool.cs Update embedded schema URL to new org.
src/Fallout.Tooling.Generator/Generators/WriterExtensions.cs Update repo link in generated-remarks template to new org.
src/Fallout.MSBuildTasks/Fallout.MSBuildTasks.targets Update help URL in MSBuild error text to new org.
src/Fallout.Migrate.Analyzers/NukeMigrationAnalyzer.cs Update diagnostic helpLinkUri to new org.
src/Fallout.Common/Tools/Xunit/Xunit.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/Xunit/Xunit.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/WebConfigTransformRunner/WebConfigTransformRunner.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/WebConfigTransformRunner/WebConfigTransformRunner.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/VSWhere/VSWhere.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/VSWhere/VSWhere.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/VSTest/VSTest.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/VSTest/VSTest.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/Unity/Unity.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/TestCloud/TestCloud.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/TestCloud/TestCloud.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/Teams/Teams.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/Teams/Teams.Generated.cs Update generated header link to new org.
src/Fallout.Common/Tools/StaticWebApps/StaticWebApps.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/StaticWebApps/StaticWebApps.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/Squirrel/Squirrel.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/Squirrel/Squirrel.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/SpecFlow/SpecFlow.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/SonarScanner/SonarScanner.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/Slack/Slack.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/Slack/Slack.Generated.cs Update generated header link to new org.
src/Fallout.Common/Tools/SignTool/SignTool.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/SignClient/SignClient.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/SignClient/SignClient.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/ReportGenerator/ReportGenerator.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/ReportGenerator/ReportGenerator.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/Pwsh/Pwsh.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/Pwsh/Pwsh.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/Pulumi/Pulumi.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/PowerShell/PowerShell.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/PowerShell/PowerShell.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/Paket/Paket.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/OpenCover/OpenCover.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/OpenCover/OpenCover.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/OctoVersion/OctoVersion.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/OctoVersion/OctoVersion.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/Octopus/Octopus.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/NUnit/NUnit.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/NUnit/NUnit.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/NuGetKeyVaultSignTool/NuGetKeyVaultSignTool.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/NuGetKeyVaultSignTool/NuGetKeyVaultSignTool.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/NuGet/NuGet.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/NSwag/NSwag.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/Npm/Npm.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/Netlify/Netlify.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/NerdbankGitVersioning/NerdbankGitVersioning.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/MSpec/MSpec.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/MSpec/MSpec.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/MSBuild/MSBuild.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/MSBuild/MSBuild.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/MinVer/MinVer.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/MinVer/MinVer.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/MauiCheck/MauiCheck.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/MauiCheck/MauiCheck.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/Mastodon/Mastodon.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/Mastodon/Mastodon.Generated.cs Update generated header link to new org.
src/Fallout.Common/Tools/MakeNsis/MakeNSIS.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/MakeNsis/MakeNSIS.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/Kubernetes/Kubernetes.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/InnoSetup/InnoSetup.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/InnoSetup/InnoSetup.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/ILRepack/ILRepack.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/ILRepack/ILRepack.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/Helm/Helm.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/GitVersion/NumberToStringJsonConverter.cs Update LICENSE link in file header to new org.
src/Fallout.Common/Tools/GitVersion/GitVersion.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/GitVersion/GitVersion.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/GitReleaseManager/GitReleaseManager.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/GitLink/GitLink.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/GitLink/GitLink.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/Git/Git.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/Git/Git.Generated.cs Update generated header link to new org.
src/Fallout.Common/Tools/Fixie/Fixie.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/Fixie/Fixie.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/EntityFramework/EntityFramework.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/DotnetPackaging/DotnetPackaging.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/DotnetPackaging/DotnetPackaging.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/DotNet/DotNet.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/DotMemoryUnit/DotMemoryUnit.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/DotMemoryUnit/DotMemoryUnit.Generated.cs Update generated header link to new org.
src/Fallout.Common/Tools/DotCover/DotCover.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/Docker/Docker.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/DocFX/DocFX.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/Discord/Discord.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/Discord/Discord.Generated.cs Update generated header link to new org.
src/Fallout.Common/Tools/Coverlet/Coverlet.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/Coverlet/Coverlet.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/CoverallsNet/CoverallsNet.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/CoverallsNet/CoverallsNet.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/CorFlags/CorFlags.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/CorFlags/CorFlags.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/CodeMetrics/CodeMetrics.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/CodeMetrics/CodeMetrics.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/Codecov/Codecov.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/Codecov/Codecov.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/Chocolatey/Chocolatey.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/Boots/Boots.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/Boots/Boots.Generated.cs Update generated header/remarks links to new org.
src/Fallout.Common/Tools/BenchmarkDotNet/BenchmarkDotNet.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/AzureSignTool/AzureSignTool.json Update $schema to new org raw URL.
src/Fallout.Common/Tools/AzureSignTool/AzureSignTool.Generated.cs Update generated header/remarks links to new org.
docs/roadmap.md Update milestone/issue links to new org.
docs/rebrand-plan.md Update issue links to new org.
docs/migration/from-nuke.md Update docs/repo/issue links to new org.
docs/migration/from-globaltool-to-cli.md Update README/PR/CHANGELOG links to new org.
docs/dependencies.md Update issue links to new org.
docs/cli-tools/README.md Update issue link to new org.
docs/branching-and-release.md Update org URLs in docs and example gh api calls.
docs/architecture.md Update milestone link to new org.
docs/agents/release-and-versioning.md Update issue links and referenced URLs to new org.
docs/agents/conventions.md Update milestone link to new org.
docs/adr/0004-calendar-versioning-and-dual-pace-channels.md Update discussion links to new org.
docs/adr/0003-variables-and-substitution.md Update issue/milestone links to new org.
docs/adr/0002-v11-off-nuget-by-default.md Update issue links to new org.
docs/adr/0002-cross-provider-auth-and-secret-conventions.md Update issue/milestone links to new org.
docs/adr/0001-release-branch-model.md Update milestone/issue links to new org.
docs/adr/0001-cd-primitives-attributes-vs-tasks.md Update repo string constants in examples to new org.
docs/06-global-tool/02-secrets.md Update code-link and issue link to new org.
docs/04-sharing/01-global-builds.md Update repo issue link to new org.
docs/03-common/05-repository.md Update example repository URL to new org.
docs/01-getting-started/07-telemetry.md Update telemetry docs links to new org.
Directory.Build.props Update PackageProjectUrl to new org repo URL.
costs.md Update issue link to new org.
CONTRIBUTING.md Update issue/stargazers/milestone links to new org.
AGENTS.md Update milestone/issue links to new org.
.github/workflows/release.yml Update environment URLs to new org pages.
.github/workflows/preview.yml Update environment URL to new org packages page.
.github/workflows/experimental.yml Update environment URL to new org packages page.
.github/ISSUE_TEMPLATE/feature_idea.yml Update CONTRIBUTING link to new org.
.github/ISSUE_TEMPLATE/config.yml Update contact links to new org.
.github/ISSUE_TEMPLATE/bug_report.yml Update CONTRIBUTING link to new org.
.github/copilot-instructions.md Update AGENTS.md link to new org.

@@ -1,4 +1,4 @@
// Generated from https://github.com/ChrisonSimtian/Fallout/blob/main/src/Fallout.Common/Tools/Xunit/Xunit.json
// Generated from https://github.com/Fallout-build/Fallout/blob/main/src/Fallout.Common/Tools/Xunit/Xunit.json
@dennisdoomen

Copy link
Copy Markdown
Collaborator Author

@ChrisonSimtian Please verify whether Claude did a great job before I merge.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 104 out of 104 changed files in this pull request and generated 1 comment.

Comment thread src/Fallout.Tooling.Generator/Generators/WriterExtensions.cs
@ITaluone

Copy link
Copy Markdown
Contributor

I think you missed Fallout.Build.Shared.Constants (but #382 will do that as well)

@ChrisonSimtian

Copy link
Copy Markdown
Collaborator

src/Fallout.Build.Shared/Constants.cs:49 — FalloutOwner = "ChrisonSimtian". This is shipped code, and it feeds FalloutWebsite and FalloutRawRepository (a raw.githubusercontent.com/ChrisonSimtian/... URL). The biggest miss in the PR.

covered by #382

docs/01-getting-started/07-telemetry.md:39,52 — he fixed the org in these links but missed the path inside them: they point to src/Nuke.Build/Telemetry/Telemetry.Events.cs, which doesn't exist — it's src/Fallout.Build/Telemetry/ now. So the links are broken, and it's a literal NUKE reference in a file he touched.

thats more docusaurus but would be nice to have that in this PR :-)

CODE_OF_CONDUCT.md:59 — links to github.com/ChrisonSimtian/nuke — doubly stale (old org and old repo name).

that one, but ... not sure if I wanna keep a code of conduct file around. No one reads it, no one signs it (in lieu of a contributor agreement) and people still behave like assholes. I found a "dont be an asshole" rule works just as well ;-)

other than that, lgtm

ChrisonSimtian
ChrisonSimtian previously approved these changes Jun 12, 2026

@ChrisonSimtian ChrisonSimtian left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, see comments for the few minor misses

@ChrisonSimtian

Copy link
Copy Markdown
Collaborator

@dennisdoomen mind if I merge this? its fine if we missed a few but claude keeps bothering me that all the links are broken and wants to fix it ... :D

@ChrisonSimtian ChrisonSimtian added Can Merge These PRs are just waiting to be merged, nothing more to do and maintainer has approved and removed target/vCurrent Targets the current version labels Jun 18, 2026
@dennisdoomen

Copy link
Copy Markdown
Collaborator Author

@ChrisonSimtian go ahead. I simply didn't have mental space the last two weeks. Struggling to find the time to prepare for two upcoming conferences.

dennisdoomen and others added 2 commits June 20, 2026 15:50
- Links still pointed to ChrisonSimtian/Fallout after the transfer; redirects kept them working but the repostars widget showed the wrong org
- Updated every link (CI badges, status table, milestones, issue refs, repostars embed) to Fallout-build/Fallout
- Sponsors link (github.com/sponsors/ChrisonSimtian) left unchanged — personal profile, not a repo

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…llout

Covers docs, AGENTS.md, CONTRIBUTING.md, Directory.Build.props,
workflow environment URLs, issue templates, tool JSON schema refs,
generator source, and source files. Excludes CHANGELOG.md
(historical records), github.com/sponsors/ChrisonSimtian (personal
profile), and *.Generated.cs (regenerated at release time via
GenerateTools — source JSON and generator already updated).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ChrisonSimtian
ChrisonSimtian force-pushed the docs/fix-readme-repostars-link-and-typo branch from 9605c39 to 14bcdaa Compare June 20, 2026 03:53
@ChrisonSimtian
ChrisonSimtian merged commit 06a6bc0 into main Jun 20, 2026
2 checks passed
@ChrisonSimtian
ChrisonSimtian deleted the docs/fix-readme-repostars-link-and-typo branch June 20, 2026 03:59
ChrisonSimtian added a commit that referenced this pull request Jun 20, 2026
## Summary

Follow-up to #379. That PR swapped `ChrisonSimtian/Fallout` →
`Fallout-build/Fallout`, but a handful of references survived because
they either used a path the pattern didn't match or landed on `main`
after #379 was opened. A post-merge sweep found these:

- **`CODE_OF_CONDUCT.md`** — the conduct-reporting link pointed at
`github.com/ChrisonSimtian/nuke` (wrong org *and* wrong repo) →
`github.com/Fallout-build/Fallout`.
- **`docs/adr/0008-collapse-experimental-into-main.md`** — three `#302`
discussion links to `ChrisonSimtian/Fallout` (this ADR was added to
`main` after #379 opened) → `Fallout-build/Fallout`.
- **`docs/dependencies.md`** — vendored-fork link
`ChrisonSimtian/vs-solutionpersistence` →
`Fallout-build/vs-solutionpersistence` (that repo was transferred to the
org too).
- **`docs/rebrand-plan.md`** — GitHub Packages namespace example
`ChrisonSimtian/Nuke.Common` → `Fallout-build/Nuke.Common`.

The three `docs/**` files feed docs.fallout.build (Docusaurus builds
from `Fallout-build/Fallout@main`).

## Intentionally left unchanged

- **`CHANGELOG.md`** — historical issue/PR/discussion references;
redirects are intentional (same call as #379).
- **Sponsors link + `.github/FUNDING.yml`** — personal GitHub Sponsors
account (`ChrisonSimtian`), not a repo.
- **`*.Generated.cs`** — regenerated from tool JSON at release time per
repo convention; the generator source (`Tool.cs`, `WriterExtensions.cs`)
was already fixed in #379, so these self-correct on the next
`GenerateTools`.

## Test plan

- [x] `grep` confirms no `ChrisonSimtian` references remain in the four
edited files
- [x] Sweep confirms the only remaining `ChrisonSimtian` references
repo-wide are the three intentional categories above

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Can Merge These PRs are just waiting to be merged, nothing more to do and maintainer has approved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants