maikuru/Down-Stream Version AutoMerger
Version based auto merging
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| production-branch | Primary branch matching the production environment. | yes | main |
| development-branch | Optional Branch where active development is integrated into. | no | develop |
| release-pattern | Release Branch naming pattern | no | release/ |
| merge-message-template | Template to generate the commit message, see README.md for more info | no | Auto Merged {source_branch} into {target_branch} |
| pr-on-failed-merge | (yes/no) If a merge fails, create a pull request instead. | no | yes |
| pr-title-template | Template to generate a PR title from, see README.md for more info | no | Failed Auto Merged {source_branch} into {target_branch} |
Outputs
| name | description |
|---|---|
| details | details of what this action performed |