-
Notifications
You must be signed in to change notification settings - Fork 447
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/8.0.4xx' of https://github.com/dotnet/installer …
…into merge/release/8.0.3xx-to-release/8.0.4xx
- Loading branch information
Showing
6 changed files
with
84 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
// IMPORTANT: This file is read by the merge flow from main branch only. | ||
{ | ||
"merge-flow-configurations": { | ||
// Automate opening PRs to merge cli release/6.0.1xx to .4xx | ||
"release/6.0.1xx":{ | ||
"MergeToBranch": "release/6.0.4xx", | ||
"ExtraSwitches": "-QuietComments" | ||
}, | ||
// Automate opening PRs to merge cli release/6.0.4xx to 8.0.1xx | ||
"release/6.0.4xx":{ | ||
"MergeToBranch": "release/8.0.1xx", | ||
"ExtraSwitches": "-QuietComments" | ||
}, | ||
// Automate opening PRs to merge cli release/8.0.1xx to 8.0.3xx | ||
"release/8.0.1xx":{ | ||
"MergeToBranch": "release/8.0.3xx", | ||
"ExtraSwitches": "-QuietComments" | ||
}, | ||
// Automate opening PRs to merge cli release/8.0.3xx to 8.0.4xx | ||
"release/8.0.3xx":{ | ||
"MergeToBranch": "release/8.0.4xx", | ||
"ExtraSwitches": "-QuietComments" | ||
} | ||
} | ||
} |
Oops, something went wrong.