cli/pkg/cmd/pr/merge
Mislav Marohnić 6bec7a956a Fix pr merge on GHE < 3.0
This avoids loading authorship information for git commits, since it
relies on a GraphQL API that wasn't available before GHE v3.0. The
authorship information wasn't necessary for the merge operation anyway;
just loading the last commit OID was.
2021-05-21 17:35:41 +02:00
..
http.go Add tests for pr merge --auto/--disable-auto 2021-02-17 15:24:52 +01:00
merge.go Fix pr merge on GHE < 3.0 2021-05-21 17:35:41 +02:00
merge_test.go Fix pr merge on GHE < 3.0 2021-05-21 17:35:41 +02:00