We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c91a33 commit db27f91Copy full SHA for db27f91
delete-me-update-all-integration-branches.ps1
@@ -30,6 +30,20 @@ $integrationBranches = @(
30
'feature/cli-support'
31
)
32
}
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
+ }
47
@{
48
Name = 'release/lts-2.0.0'
49
Branches = @(
0 commit comments