actions-marketplace-validations/Merge Branches By Label
Merge all PRs with the specified label into a branch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 7, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/codytseng_merge-branches-github-action@b166d300ad936872a8d25e140f0bdef03a7999b2 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token. | yes | — |
| base | The name of the base branch. Merge operations will be performed on the basis of this branch. | yes | — |
| target | The name of the target branch. This branch will be checked out from the base branch and accept all merges. | yes | — |
| label-name | The name of a label to find PRs to merge. | yes | — |
| The email of the committer. | no | merge-branches-bot@github.com | |
| name | The name of the committer. | no | merge-branches-bot |
Outputs
no outputs