Skip to content

Commit 467d6ea

Browse files
authored
Add automation for merging dnup to release/dnup
I think this is a good idea since we need to ship out of release/dnup. This would allow us to work in the `dnup` branch while reducing effort needed to sync the release branch backup, and also allowing us to hotfix an existing release without including any other recent changes. This is different than some of the other branch workflows since dnup only has one supported version at a time.
1 parent 65384c6 commit 467d6ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

github-merge-flow.jsonc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
"release/10.0.2xx":{
3636
"MergeToBranch": "main",
3737
"ExtraSwitches": "-QuietComments"
38+
},
39+
// Automate opening PRs to merge sdk repos from dnup to release/dnup
40+
"dnup":{
41+
"MergeToBranch": "release/dnup",
42+
"ExtraSwitches": "-QuietComments"
3843
}
3944
}
4045
}

0 commit comments

Comments
 (0)