wireapp/PR Cherry Pick

Cherry-picks commits from a merged PR, creating a new PR to a target branch

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
target-branchName of the branch that cherry-pick PRs should targetyes
pr-creator-tokenPersonal Access Token used to create the PR. Uses default actions token by default.no${{ github.token }}
submodules-target-branch(optional) target branch for submodules. If set, the action will try to fast-forward all submodules to the newest version possible of this specified branch. no""
pr-assignee(optional) User ID to be assigned to the created PR. Will use the assignee of the original PR by defaultno""
pr-labelsComma-separated list of labels to add to this PR. Empty by defaultno""
pr-title-suffix(optional) suffix to be added to the title of the created PR. [Cherry-Pick] by defaultno[Cherry-Pick]
namedescription
pr-numberThe number of the created PR