Skip to content

Commit

Permalink
Onboard new inter-branch merge flow [Configuration] (#5239)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-alizada committed Jul 1, 2024
2 parents 5bc6019 + a5c7322 commit 3a6e7ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions github-merge-flow.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// IMPORTANT: This file is read by the merge flow from main branch only.
{
"merge-flow-configurations": {
// Automate opening PRs to merge extensions main branch back to dev
"main":{
"MergeToBranch": "dev",
"ExtraSwitches": "-QuietComments"
}
}
}

0 comments on commit 3a6e7ca

Please sign in to comment.