chore: update master to main references in docs and scripts - #573
chore: update master to main references in docs and scripts#573sayaliM0412 wants to merge 2 commits into
Conversation
|
Warning Rate limit exceeded
To continue reviewing without waiting, purchase usage credits in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📝 WalkthroughWalkthroughThis PR updates build-logic to use the main branch instead of master across workflow definitions, scripts, and documentation. Changes include fixing a workflow input definition, updating script branch references, and revising documentation examples and parameter descriptions to reflect the main branch. ChangesMaster to Main Migration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
That repository still uses master as its default branch, so the main URL would 404. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
cc: @jandroav @jnewton03 : could you please review. Thank you |
Summary
mastertomainin references that point to Liquibase-owned repos (build-logic, liquibase-pro), all of which default tomainnightlydescription: actual workflow usesmain-SNAPSHOT, notmaster-SNAPSHOTbuild_logic_refdefault and theref:example so they match build-logic's actual default branchmain)"master"example fromsubtree-sync.ymlinput descriptionExternal fossa-cli URLs were intentionally left on
masterbecause that repo still usesmasteras its default branch.Files changed
CLAUDE.md:master-SNAPSHOTtomain-SNAPSHOTREADME.md:build_logic_refdefault,ref: masterexample, sonar-scanning-examples link.github/workflows/subtree-sync.yml: input descriptionscripts/vulnerability-scanning/diff-new-cves.sh: comment + log message referring to liquibase-proTest plan
masterin these locations (all changes are in docs/comments/log messages, not in executable workflow logic)mainlink resolvesbuild_logic_refare not relying on the documented default (they pass an explicit value)Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com