milleniumstudio/AutoMerge
Automatically merge a branch into another.
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 | — |
| destination_branch | Name of the destination 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 AutoMerge Action |
| user_email | User email for git commits | no | actions@github.com |
| push_token | Environment variable containing the token to use for push | no | GITHUB_TOKEN |
Outputs
no outputs