File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 if : github.repository == 'dotnet/roslyn'
2222 uses : dotnet/arcade/.github/workflows/inter-branch-merge-base.yml@main
2323 with :
24- configuration_file_path : ' eng/config/main -to-main-vs-deps -branch-merge.jsonc'
24+ configuration_file_path : ' eng/config/community -to-main-branch-merge.jsonc'
2525 configuration_file_branch : ${{ inputs.configuration_file_branch || 'main' }}
2626
Original file line number Diff line number Diff line change 11// Used by .github/workflows/main-merge.yml
22{
33 "merge-flow-configurations" : {
4- // Merge any main changes to main-vs-deps .
5- "main " : {
6- "MergeToBranch" : " main-vs-deps " ,
4+ // Merge any community changes to main.
5+ "community " : {
6+ "MergeToBranch" : " main" ,
77 "ExtraSwitches" : " -QuietComments"
88 }
99 }
You can’t perform that action at this time.
0 commit comments