Skip to content

Commit d656e7b

Browse files
authored
Enhance merge flow with ResetToTargetPaths (#1556)
Added ResetToTargetPaths to merge flow configurations. dotnet/arcade@58364b7
1 parent c63656f commit d656e7b

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

github-merge-flow.jsonc

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,25 @@
33
"merge-flow-configurations": {
44
"release/10.0.1xx":{
55
"MergeToBranch": "release/10.0.2xx",
6-
"ExtraSwitches": "-QuietComments"
6+
"ExtraSwitches": "-QuietComments",
7+
"ResetToTargetPaths": [
8+
"eng/Version.Details.xml",
9+
"eng/Version.Details.props",
10+
"eng/common/*",
11+
"NuGet.config",
12+
"global.json"
13+
]
714
},
815
"release/10.0.2xx":{
916
"MergeToBranch": "main",
10-
"ExtraSwitches": "-QuietComments"
17+
"ExtraSwitches": "-QuietComments",
18+
"ResetToTargetPaths": [
19+
"eng/Version.Details.xml",
20+
"eng/Version.Details.props",
21+
"eng/common/*",
22+
"NuGet.config",
23+
"global.json"
24+
]
1125
}
1226
}
1327
}

0 commit comments

Comments
 (0)