Skip to content

Commit db27f91

Browse files
committed
chore: add release/lts-infrastructure to update-all script
1 parent 4c91a33 commit db27f91

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

delete-me-update-all-integration-branches.ps1

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,20 @@ $integrationBranches = @(
3030
'feature/cli-support'
3131
)
3232
}
33+
@{
34+
Name = 'release/lts-infrastructure'
35+
Branches = @(
36+
'feature/orchestrator-enterprise-support'
37+
'feature/cloud-run-azure-providers'
38+
'feature/provider-load-balancing'
39+
'feature/orchestrator-unit-tests'
40+
'fix/secure-git-token-usage'
41+
'feature/premade-secret-sources'
42+
'feature/ci-platform-providers'
43+
'feature/build-reliability'
44+
'ci/orchestrator-integrity-speedup'
45+
)
46+
}
3347
@{
3448
Name = 'release/lts-2.0.0'
3549
Branches = @(

0 commit comments

Comments
 (0)