File tree Expand file tree Collapse file tree 3 files changed +7
-17
lines changed Expand file tree Collapse file tree 3 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 2
2
3
3
name : Inter-branch merge
4
4
on :
5
- schedule :
6
- # Create a merge every 3 hours (works only for merges from `main`, others would need a `push` trigger).
7
- - cron : ' 0 */3 * * *'
5
+ # schedule:
6
+ # # Create a merge every 3 hours (works only for merges from `main`, others would need a `push` trigger).
7
+ # - cron: '0 */3 * * *'
8
8
workflow_dispatch :
9
9
inputs :
10
10
configuration_file_branch :
Original file line number Diff line number Diff line change 178
178
"insertionTitlePrefix" : " [d17.14 P3]" ,
179
179
"insertionCreateDraftPR" : false
180
180
},
181
- "release/dev17.15" : {
182
- "nugetKind" : [
183
- " Shipping" ,
184
- " NonShipping"
185
- ],
186
- "vsBranch" : " feature/d18initial" ,
187
- "vsMajorVersion" : 17 ,
188
- "insertionTitlePrefix" : " [d17.15 P1 initial]" ,
189
- "insertionCreateDraftPR" : false
190
- },
191
181
"main" : {
192
182
"nugetKind" : [
193
183
" Shipping" ,
Original file line number Diff line number Diff line change 1
1
// Used by .github/workflows/main-merge.yml
2
2
{
3
3
"merge-flow-configurations" : {
4
- "main" : {
5
- "MergeToBranch" : " release/dev17.15" ,
6
- "ExtraSwitches" : " -QuietComments"
7
- }
4
+ // "main": {
5
+ // "MergeToBranch": "release/dev17.15",
6
+ // "ExtraSwitches": "-QuietComments"
7
+ // }
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments