Skip to content

Commit bcb9d52

Browse files
committed
Update README.md
Signed-off-by: Kent Huang <kent@infuseai.io>
1 parent 4d9961b commit bcb9d52

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ To use the "Merge Base Branch into PR" action in your GitHub workflows, follow t
2121
The action requires the following input:
2222

2323
- `baseBranch` (required): The base branch to compare and merge with the pull request branch.
24+
- `autoMerge` (optional): A flag to enable or disable the automatic merge of the base branch into the pull request branch. Default is `true`.
25+
- `descriptionMerged` (optional): Customized the merge commit message.
26+
- `descriptionReminder` (optional): Customized the reminder message posted on the PR comment if autoMerge is disabled.
2427

2528
### Example Workflow
2629

0 commit comments

Comments
 (0)