Skip to content

Add `--backport-created-labels` options

Compare
Choose a tag to compare
@sorenlouv sorenlouv released this 02 Oct 17:57

This adds the option --backport-created-labels which makes it possible to add labels to the original PR after backport PRs have been created.

// Example .backportrc.json
{
  "upstream": "elastic/kibana",
  "backportCreatedLabels": ["backport-created"],
  "labels": ["backport"]
}

#153