objt-va/Branch Merge
Automatically merge branches.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source_branch | Name of the source branch | yes | — |
| target_branch | Name of the target branch | yes | — |
| allow_ff | Allow fast forward merge | no | false |
| ff_only | Refuse to perform a non fast forward merge (requires allow_ff=true) | no | false |
| user_name | User name for git commits | no | github-actions[bot] |
| user_email | User email for git commits | no | 41898282+github-actions[bot]@users.noreply.github.com |
| push_token | Environment variable containing the token to use for push | no | GITHUB_TOKEN |
| commit_message | Commit message for merge commit | no | — |
Outputs
no outputs