sorenlouv / backport

A simple CLI tool that automates the process of backporting commits on a GitHub repo
https://github.com/sqren/backport/blob/main/docs/config-file-options.md
Apache License 2.0
247 stars 60 forks source link

Improve manual backport help #310

Closed sorenlouv closed 2 years ago

sorenlouv commented 2 years ago

When a pull request fails a comment says:

To create the backport manually run:
backport --pr 1

This assumes that the user is located in the repository. It should include repo details (this will automatically fetch .backportrc.json):

backport --pr 1 --repo backport-org/backport-demo

(this only applies if backportBinary is empty)

sorenlouv commented 2 years ago

Closing until actively requested.