We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa99ccd + cf4aa25 commit 14a505eCopy full SHA for 14a505e
.github/workflows/main.yml
@@ -0,0 +1,13 @@
1
+name: Inter-branch merge workflow
2
+on:
3
+ push:
4
+ branches:
5
+ - release/**
6
+
7
+permissions:
8
+ contents: write
9
+ pull-requests: write
10
11
+jobs:
12
+ Merge:
13
+ uses: dotnet/arcade/.github/workflows/inter-branch-merge-base.yml@main
github-merge-flow.jsonc.txt
@@ -0,0 +1,11 @@
+// IMPORTANT: This file is read by the merge flow from main branch only.
+{
+ "merge-flow-configurations": {
+ // Automate merging runtime release/9.0-rc2 branch back to release/9.0
+ "release/9.0-rc2":{
+ "MergeToBranch": "release/9.0",
+ "ExtraSwitches": "-QuietComments"
+ }
+}
0 commit comments