deckhouse/Cherry pick backport

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
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenToken for GitHub API and for git fetch/push. Prefer the same value as actions/checkout `token`. If checkout used default GITHUB_TOKEN, it sets a global HTTP Authorization header that overrides credentials in the remote URL; this action sets a repo-specific header so your token is actually used. For pushes touching `.github/workflows/`: classic PAT needs `workflow` scope; fine-grained PAT needs repository "Workflows" read/write; GITHUB_TOKEN needs job permissions `workflows: write` (and `contents: write`). 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 pick.yes
commitSHA of the cherry-picking commit. Default: GITHUB_SHAno
labelsA comma separated list of labels.no
automergeIf is true, will automatically merge cherry-pick PR.nofalse
merge_methodGithub merge method: merge|rebase|squashnomerge
delete-merge-branchDelete created cherry-pick branch. You can use it if autodelete on merge is disablednofalse
assigneesA comma separated list of assignees (GitHub usernames).no
namedescription
cherry_pr_numberNumber of the created PR.
cherry_pr_urlURL of the created PR.
error_messageDetailed message if error occurs.