cli/pkg/cmd/pr/create
Mislav Marohnić 766e4950d9 Be transparent about which part of pr create flow failed
When applying metadata to the new PR such as assignees or reviewers, if
the operation fails, an error message would get printed:

    failed to create pull request: <API error text>

This was misleading, because the PR did get created; it's just that
updating it failed. The new error message is:

    https://github.com/OWNER/REPO/pull/123
    pull request update failed: <API error text>

The PR URL is printed on stdout and the error message is printed on
stderr. In case of any errors, the exit code is still non-zero.
2020-08-31 16:46:22 +02:00
..
create.go Be transparent about which part of pr create flow failed 2020-08-31 16:46:22 +02:00
create_test.go Isolate pr create command 2020-08-04 18:29:42 +02:00