specificlanguages/Cascading Merge

Creates or updates a pull request to merge the current branch into the next one in alphabetic order.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
branch_prefixPrefix of branches to consider when triggering the workflow or looking for the next branch to cascade to. nomaintenance/mps
exclude_branch_prefixPrefix of branches to exclude from consideration.no
merge_prefixPrefix to use for merge branches created by the workflow. `branch_prefix` will be stripped before prepending the given prefix. nomerge/mps
default_merge_prefixPrefix to use for merge branch for merging to the default branch.nomerge/
update_from_baseWhether to update the merge branch from the base branch, as may be required by branch protection rules. nofalse
automerge_new_prsWhether to enable automerge for newly created PRs. PRs are merged using 'merge' strategy. nofalse
tokenGitHub token to use for repository operations. If not specified, the repository token will be used and operations performed by the action will not trigger any workflows. In particular, pull request checks will not run for PRs created or updated by the action. no
namedescription
pr_numberNumber of the pull request for the merge created or updated by the action
pr_urlURL of the pull request for the merge created or updated by the action