-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add merge modes and refactor methods
- Loading branch information
Showing
6 changed files
with
122 additions
and
75 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,8 @@ describe('CML e2e', () => { | |
--log Maximum log level | ||
[string] [choices: \\"error\\", \\"warn\\", \\"info\\", \\"debug\\"] [default: \\"info\\"] | ||
--md Output in markdown format [](url). [boolean] | ||
--auto-merge Mark the PR/MR for automatic merging after tests pass | ||
(unsupported by Bitbucket). [boolean] | ||
--auto-merge Mark the PR/MR for automatic merging after tests pass. | ||
[string] [choices: \\"merge\\", \\"rebase\\", \\"squash\\"] | ||
--remote Sets git remote. [string] [default: \\"origin\\"] | ||
--user-email Sets git user email. [string] [default: \\"[email protected]\\"] | ||
--user-name Sets git user name. [string] [default: \\"Olivaw[bot]\\"] | ||
|
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
Submodule test
added at
7b3bea