-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Option to commit merge changes (#4)
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ pr-mpt/actions-merge-branch@v1 | |
| **`from`** | **Branch to merge into the current branch** | **<kbd>required</kbd>** | **`main`** | | ||
| `author` | Merge commit author | GitHub Actions<sup>[1]</sup> | `Alice <[email protected]>` | | ||
| `strategy` | Merge strategy with options | `recursive -Xtheirs` | `recursive`<br/>`recursive -Xours` | | ||
| `commit` | Commit changes? | `true` | `true` `false` | | ||
| `push` | Push merge commit to origin? | `true` | `true` `false` | | ||
|
||
[1] [`github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>`][users/github-actions] | ||
|
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