diff --git a/.github/workflows/inter-branch-flow.yml b/.github/workflows/inter-branch-flow.yml new file mode 100644 index 00000000000..68fdef4127b --- /dev/null +++ b/.github/workflows/inter-branch-flow.yml @@ -0,0 +1,15 @@ +name: Inter-branch merge workflow +on: + push: + branches: + - vs1** + +permissions: + contents: write + pull-requests: write + +jobs: + Merge: + uses: dotnet/arcade/.github/workflows/inter-branch-merge-base.yml@main + with: + configuration_file_path: '.config/git-merge-flow-config.jsonc' \ No newline at end of file diff --git a/eng/Versions.props b/eng/Versions.props index 7c2c16e7925..7a9903f7de0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,7 +2,7 @@ - 17.0.3release + 17.0.4release 15.1.0.0 preview true