step-security/Backport GitHub Action

Cherry-picks commits from merged pull requests onto one or more target branches, driven by labels on the source PR.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenToken with repo scope for opening backport PRs and calling the GitHub API.yes
auto_backport_label_prefixPrefix used to derive the target branch from a label name. A label "backport-to-staging" with prefix "backport-to-" targets the "staging" branch.no
repo_fork_ownerGitHub user or organisation that owns the fork where backport branches are created. Falls back to the owner of the current repository when omitted.no
copy_source_pr_reviewersCarry over the reviewers assigned to the original pull request onto every backport pull request that is created.nofalse
ignore_error_codesComma-separated list of error codes that should not cause the workflow step to fail. Leave empty to treat every error as fatal.nomerge-conflict-exception,no-branches-exception

no outputs