nktks/PR Picker

pick PR to another branch with pick PR

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenA Github PATyes
prscomma separated PR numbers. should be sorted the order you want to merge.yes
toto branch name that you want to pick PRs.yes
basebase branch name that you want to search PRs.nomain
branch_prefixbranch name prefix for created PR.nopick-
title_prefixtitle prefix for created PR.no[pick]
body_tmplbody template by go text/template. you can use .PRs, .Branch variable.noThis PR is picking {{ .PRs }} to {{ .Branch }} branch.
dry_runif true, do not execute git operation, just print commands.nofalse

no outputs