Skip to content

Rename default branch from master to main #72

@laurigates

Description

@laurigates

Context

The org is standardizing on reusable GitHub Actions workflows from the .github repo. Two reusable workflows — auto-merge-image-updater and release-please — hardcode main as the base/target branch.

Problem

This repo uses master as its default branch, which prevents migration to these reusable workflows.

Proposal

  1. Rename the default branch from master to main
  2. Update any branch references in CI/CD workflows, ArgoCD configs, etc.
  3. Migrate to reusable auto-merge-image-updater and release-please workflows

Blocked workflows

  • auto-merge-image-updater.yml — reusable workflow uses --base main
  • release-please.yml — reusable workflow triggers on push to main

🤖 Generated with Claude Code

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions