chore: point branch references at main after multicloud->main merge#1132
Conversation
feat/multicloud-web-frontend has been merged into main (PR #1131) and retired. Update every forward-looking/operational reference so the repo reflects main as the sole integration base. Changes: - .github/workflows/deploy-{aws-lambda,azure,gcp}.yml: remove retired branch from push trigger branches list and update comment header - .github/workflows/pre-commit.yml: remove retired branch from both pull_request and push branch filters - .github/workflows/frontend-build.yml: remove retired branch from pull_request branch filter - terraform/environments/azure/ci-cd-permissions/sp.tf: remove the github_feat_multicloud federated identity credential resource (the OIDC subject it bound, refs/heads/feat/multicloud-web-frontend, no longer exists) - README.md: replace "part of feat/multicloud-web-frontend and not yet merged to main" with "included in main" Historical references left in place (describing past events): - frontend/src/recommendations.ts:140 - code comment recording which branch a verification was performed on ("verified against the recommendation collectors on origin/feat/multicloud-web-frontend") - specs/migration-resilience.md:161 - records the branch a specific commit was introduced on ("branch feat/multicloud-web-frontend")
|
@coderabbitai review |
|
Warning Review limit reached
More reviews will be available in 39 minutes and 28 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
✅ Action performedReview finished.
|
Summary
feat/multicloud-web-frontendwas merged intomainvia PR #1131 and the branch is now retired. This PR removes all forward-looking/operational references to it so the repo correctly reflectsmainas the sole integration base.Files changed
.github/workflows/deploy-aws-lambda.ymlbranches: [main, feat/multicloud-web-frontend]push trigger + comment headerbranches: [main]/ updated comment.github/workflows/deploy-azure.ymlbranches: [main, feat/multicloud-web-frontend]push trigger + comment headerbranches: [main]/ updated comment.github/workflows/deploy-gcp.ymlbranches: [main, feat/multicloud-web-frontend]push trigger + comment headerbranches: [main]/ updated comment.github/workflows/pre-commit.ymlbranches: [main, feat/multicloud-web-frontend]on bothpull_requestandpushtriggersbranches: [main]on both.github/workflows/frontend-build.yml- feat/multicloud-web-frontendinpull_request.brancheslistmainremains)terraform/environments/azure/ci-cd-permissions/sp.tfazuread_application_federated_identity_credential.github_feat_multicloudresource binding OIDC subjectrefs/heads/feat/multicloud-web-frontendREADME.mdfeat/multicloud-web-frontendbranch and is not yet merged tomain"main"Historical references left in place
These describe past events and were intentionally not changed:
frontend/src/recommendations.ts:140— code comment recording that a verification was performed againstorigin/feat/multicloud-web-frontendspecs/migration-resilience.md:161— records the branch a specific commit was introduced onTest plan
grep -rn "feat/multicloud-web-frontend" . --exclude-dir=.gitreturns only the two historical lines listed abovemainpushesmainterraform/environments/azure/ci-cd-permissions/shows destruction ofazuread_application_federated_identity_credential.github_feat_multicloud[0]only