Skip to content

Commit

Permalink
Merge pull request dotnet#9821 from dotnet/interbranch-Workflow
Browse files Browse the repository at this point in the history
Interbranch workflow
  • Loading branch information
singhashish-wpf authored Sep 23, 2024
2 parents fa99ccd + cf4aa25 commit 14a505e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Inter-branch merge workflow
on:
push:
branches:
- release/**

permissions:
contents: write
pull-requests: write

jobs:
Merge:
uses: dotnet/arcade/.github/workflows/inter-branch-merge-base.yml@main
11 changes: 11 additions & 0 deletions github-merge-flow.jsonc.txt
Original file line number Diff line number Diff line change
@@ -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 comments on commit 14a505e

Please sign in to comment.