emiliopedrollo/Auto branch merger
Automate merging the trigger branch into another one
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github authentication token available in github.token context. | yes | — |
| source_ref | Branch name or Ref that you wish to merge into the target_branch. | no | "" |
| target_branch | Branch you are merging into. | yes | — |
| commit_message | The commit message | no | "" |
| allow_fast_forward | If enabled it will try to just update the reference first. | no | true |
| force_fast_forward | Force fast-forward. if allow_fast_forward is set to false, this has no effect. | no | false |
Outputs
no outputs