actions-marketplace-validations/Backport Action
Backport merged pull requests to other branches via labels
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The access token that will be used to create the backport pull requests and perform other operations | yes | — |
| auto_backport_label_prefix | Backport a pull request to specific branches based on the labels applied | no | — |
| repo_fork_owner | The owner of the repo where the backport branch will be pushed to. Defaults to the current repo | no | — |
| copy_source_pr_reviewers | Boolean, if set to true the reviewers of the source pull request will be added to the backport pull requests | no | false |
| ignore_error_codes | Comma-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. | no | merge-conflict-exception,no-branches-exception |
Outputs
no outputs