cli/api
Mislav Marohnić c225d379a9 Preserve CODEOWNERS reviewers in pr create
When reviewers were requested on a PR, they would apparently
overwrite the current set of reviewers. A fresh PR will already have
reviewers if it was assigned some by CODEOWNERS rules.

The fix is to only ever add additional reviewers and not overwrite the
entire set.
2020-05-13 12:09:59 +02:00
..
client.go Guide user through re-authorization flow if read:org scope is missing 2020-04-23 18:20:21 +02:00
client_test.go Replace FakeHTTP with httpmock which is now compatible 2020-05-07 15:19:14 +02:00
pull_request_test.go Prevent crash when encountering "STALE" check conclusion 2020-03-27 09:54:11 +01:00
queries_issue.go just return the err 2020-04-30 08:59:14 -07:00
queries_issue_test.go Replace FakeHTTP with httpmock which is now compatible 2020-05-07 15:19:14 +02:00
queries_org.go Order projects, teams, and labels by name 2020-05-08 18:22:14 +02:00
queries_pr.go Preserve CODEOWNERS reviewers in pr create 2020-05-13 12:09:59 +02:00
queries_repo.go issue/pr create: hide "Add metadata" if viewer does not have triage permission 2020-05-08 18:37:08 +02:00
queries_repo_test.go Replace FakeHTTP with httpmock which is now compatible 2020-05-07 15:19:14 +02:00