actions-marketplace-validations/Merge Branches By Label

Merge all PRs with the specified label into a branch.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 7, 2023
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/codytseng_merge-branches-github-action@b166d300ad936872a8d25e140f0bdef03a7999b2 # no releases — HEAD as of 2026-07-15

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenGitHub token.yes
baseThe name of the base branch. Merge operations will be performed on the basis of this branch.yes
targetThe name of the target branch. This branch will be checked out from the base branch and accept all merges.yes
label-nameThe name of a label to find PRs to merge.yes
emailThe email of the committer.nomerge-branches-bot@github.com
nameThe name of the committer.nomerge-branches-bot

no outputs