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
- Rename the default branch from
master to main
- Update any branch references in CI/CD workflows, ArgoCD configs, etc.
- 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
Context
The org is standardizing on reusable GitHub Actions workflows from the
.githubrepo. Two reusable workflows —auto-merge-image-updaterandrelease-please— hardcodemainas the base/target branch.Problem
This repo uses
masteras its default branch, which prevents migration to these reusable workflows.Proposal
mastertomainauto-merge-image-updaterandrelease-pleaseworkflowsBlocked workflows
auto-merge-image-updater.yml— reusable workflow uses--base mainrelease-please.yml— reusable workflow triggers on push tomain🤖 Generated with Claude Code