Skip to content

Commit cc3d248

Browse files
authored
Master to main renaming for dotnet/runtime (#688)
Part of March's batched infrastructure rollout: dotnet/runtime#48168
2 parents 6598218 + 826b334 commit cc3d248

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Maestro/subscriptions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"vsoProject": "internal",
3131
"buildDefinitionId": 350
3232
},
33-
// A build definition that mirrors runtime:master to runtimelab:runtime-master.
34-
"github-runtime-master-to-runtimelab-mirror": {
33+
// A build definition that mirrors runtime:main to runtimelab:runtime-master.
34+
"github-runtime-main-to-runtimelab-mirror": {
3535
"vsoInstance": "dnceng.visualstudio.com",
3636
"vsoProject": "internal",
3737
"buildDefinitionId": 906
@@ -746,7 +746,7 @@
746746
"https://github.com/dotnet/roslyn-analyzers/blob/release/**/*",
747747
"https://github.com/dotnet/roslyn-analyzers/blob/2.9.x/**/*",
748748
"https://github.com/dotnet/roslyn-debug/blob/master/**/*",
749-
"https://github.com/dotnet/runtime/blob/master/**/*",
749+
"https://github.com/dotnet/runtime/blob/main/**/*",
750750
"https://github.com/dotnet/runtime/blob/release/**/*",
751751
"https://github.com/dotnet/runtime/blob/dev/infrastructure/**/*",
752752
"https://github.com/dotnet/runtimelab/blob/feature/**/*",
@@ -852,12 +852,12 @@
852852
}
853853
}
854854
},
855-
// Mirror runtime:master to runtimelab:runtime-master
855+
// Mirror runtime:main to runtimelab:runtime-master
856856
{
857857
"triggerPaths": [
858-
"https://github.com/dotnet/runtime/blob/master/**/*"
858+
"https://github.com/dotnet/runtime/blob/main/**/*"
859859
],
860-
"action": "github-runtime-master-to-runtimelab-mirror",
860+
"action": "github-runtime-main-to-runtimelab-mirror",
861861
"actionArguments": {}
862862
},
863863
// Update dependencies in CoreFxLab master

0 commit comments

Comments
 (0)