chore: rename default branch master to main - #3
Merged
Conversation
Update all hardcoded references to the default branch ahead of the GitHub rename from `master` to `main`: - CI, CodeQL, and Docs workflow push triggers and concurrency gates - Docs Pages publish/deploy branch guards (would otherwise fail closed) - pyproject Changelog URL - README / CONTRIBUTING / AGENTS / pr-title prose Upstream-sync instructions are unchanged: `python-openxml/python-docx` keeps its `master` branch, so `git merge upstream/master` still applies. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Prep for renaming the fork's default branch from
mastertomain. Updates every hardcoded reference so that the moment the GitHub default-branch setting is flipped, CI / CodeQL / docs publishing keep working.Changes
ci.yml,codeql.yml,docs.ymlpush triggers + concurrency gates →maingithub.ref == 'refs/heads/master'conditions indocs.yml(these gate Pages publish/deploy and would silently fail closed otherwise)pyproject.toml: Changelog URLblob/master→blob/mainpr-title.ymlcommentNot changed
The upstream-sync flow is unaffected.
python-openxml/python-docxkeeps itsmasterbranch, sogit merge upstream/masterstill works — only our local target branch changes.Merge order⚠️
Merge this before flipping the GitHub default branch (Settings → Branches → rename). Renaming first would take CI/docs dark until this lands.
After renaming on GitHub, each local clone needs:
🤖 Generated with Claude Code