Skip to content

Update master references to main after default-branch rename#26

Merged
StuartMeeks merged 1 commit into
mainfrom
chore/rename-master-to-main
May 30, 2026
Merged

Update master references to main after default-branch rename#26
StuartMeeks merged 1 commit into
mainfrom
chore/rename-master-to-main

Conversation

@StuartMeeks

Copy link
Copy Markdown
Owner

Follow-up to renaming the default branch mastermain (done via the GitHub API; default branch, ruleset, and PRs moved automatically — no open PRs to retarget).

This PR fixes every in-repo reference grep could find:

  • .github/workflows/ci.ymlpull_request: branches: [master][main]. This is the one that matters functionally: without it, PR CI would stop triggering against the renamed branch. (The push: branches: ['**'] trigger is unaffected, and release.yml keys off tags only.)
  • CONTRIBUTING.md — the three release-flow mentions (git checkout main, "release from main", "commit that on main").
  • TODO.md — three descriptive mentions in the "Tighten the iteration loop" section.

grep -rwI master now returns nothing. CI on this branch runs via the push trigger (the pull_request filter on main only takes effect once this merges).

🤖 Generated with Claude Code

The default branch was renamed master -> main. Fix the one functional
reference (ci.yml pull_request branch filter, which would otherwise stop
triggering PR CI) and the doc/prose mentions in CONTRIBUTING.md and TODO.md.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@StuartMeeks StuartMeeks merged commit bce724a into main May 30, 2026
4 checks passed
@StuartMeeks StuartMeeks deleted the chore/rename-master-to-main branch May 30, 2026 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant