strivesolutions/Merge
Merges all pull requests with a defined label into a single branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Token with commit permissions to the repository | yes | — |
| repository | Optional repository to work with. Token must have commit access. If not provided, the repository running the action will be used. | no | — |
| base_branch | The base branch for the merges. | yes | — |
| target_branch | The target branch for the merges. After merging, the local branch will be force pushed to this branch. Must be a different branch than the base branch. | yes | — |
| label | Only pulls with this label will be merged. | yes | — |
| committer_name | Optional name to use when committing the merges. If not supplied, the default name will be used. | no | — |
| push | Force pushes the resulting branch back to origin after merging. If not supplied, the branch will not be pushed. | no | — |
Outputs
no outputs