carloscastrojumo/GitHub cherry pick action

GitHub action for cherry pick commits from Pull Requests into Release branches

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT)no${{ github.token }}
committerThe committer name and email address in the format `Display Name <email@address.com>`. Defaults to the GitHub Actions bot user. noGitHub <noreply@github.com>
authorThe author name and email address in the format `Display Name <email@address.com>`. Defaults to the user who triggered the workflow run. no${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
branchName of the branch to merge the cherry pickyes
titleOverride the default generated PR title, the special string `{old_title}` will be substituted for the title of the pull request which triggered the action. no
bodyOverride the default generated PR body, the special string `{old_pull_request_id}` will be substituted for the ID of the pull request which triggered the action no
labelsA comma or newline separated list of labels.no
inherit_labelsSet to false if you want to inherit labels from parent PRnotrue
assigneesA comma or newline separated list of assignees (GitHub usernames).no
reviewersA comma or newline separated list of reviewers (GitHub usernames) to request a review from.no
team-reviewersA comma or newline separated list of GitHub teams to request a review from. Note that a `repo` scoped Personal Access Token (PAT) may be required. no
cherry-pick-branchName of the new cherry pick branch.
forceForcefully push the branch to remote branchno

no outputs