prompt/Merge Into Current Branch
Synchronise branches using Git merge with a (recursive) strategy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| from | Branch to merge into the current branch | yes | — |
| commit | Commit changes? | yes | true |
| author | Commit author in Git author format | yes | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> |
| strategy | Merge strategy with any strategy options | yes | recursive -Xtheirs |
| push | Push commit to origin? | yes | true |
Outputs
no outputs