sorenlouv/Backport Action

Backport merged pull requests to other branches via labels

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenThe access token that will be used to create the backport pull requests and perform other operationsyes
auto_backport_label_prefixBackport a pull request to specific branches based on the labels appliedno
repo_fork_ownerThe owner of the repo where the backport branch will be pushed to. Defaults to the current repono
copy_source_pr_reviewersBoolean, if set to true the reviewers of the source pull request will be added to the backport pull requestsnofalse
ignore_error_codesComma-separated list of BackportError codes that should NOT fail the action. By default, merge-conflict-exception and no-branches-exception are ignored because merge conflicts are already surfaced via PR status comments, and no-branches fires on every merged PR without backport labels. Set to "" (empty string) to fail on all errors. See https://github.com/sorenlouv/backport/blob/main/src/lib/backport-error.ts for a full list of valid error codes. nomerge-conflict-exception,no-branches-exception

no outputs