alcaeus/Automatic up-merge action
Creates a pull request to merge changes up to the next branch based on a pattern
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ref | The ref being pushed | yes | — |
| branchNamePattern | Pattern to use for branch names. Use <major> and <minor> for version placeholders | no | <major>.<minor> |
| devBranchNamePattern | Pattern to use for dev branch names. Use <major> for version placeholders | no | "" |
| fallbackBranch | A branch to fall back on if no next branch matching the pattern was found | no | — |
| enableAutoMerge | If non-empty, enables auto-merge on the pull request | no | false |
| ignoredBranches | JSON list of branches to ignore | no | [] |
Outputs
| name | description |
|---|---|
| branchName | The name of the generated branch |
| pullRequestUrl | URL of the generated pull request |