cli/api
Mislav Marohnić 05421db404 pr status: fix checking branch protection rules on the base branch
Instead of checking branch protection rules on the main branch of the
repository, branch protection rules for a specific PR should be checked
on its base branch, since not all PRs are based on the main branch.

Additionally, do not display "Up to date" if the actual merge status
reported from the server was "UNKNOWN" or "DIRTY", since in those cases
"Up to date" could be false information.
2021-02-17 18:04:49 +01:00
..
cache.go spelling: response 2020-11-21 21:43:51 -05:00
cache_test.go spelling: response 2020-11-21 21:43:51 -05:00
client.go add header in correct place 2021-02-16 12:25:09 -06:00
client_test.go Add SSH key generation & uploading to gh auth login flow 2021-02-01 23:34:00 +01:00
pull_request_test.go Use testify assertions for error matching 2021-01-19 13:59:37 +01:00
queries_comments.go Do not display minimized comments 2021-01-27 08:14:46 -08:00
queries_issue.go Change behavior of slice flags for issue edit and pr edit commands 2021-02-12 14:42:21 -08:00
queries_issue_test.go Migrate legacy tests 2021-01-11 21:07:19 -03:00
queries_org.go Ensure that we don't reuse the same deserialization struct over pagination iterations 2020-10-14 15:38:21 +02:00
queries_pr.go pr status: fix checking branch protection rules on the base branch 2021-02-17 18:04:49 +01:00
queries_pr_review.go Do not display minimized comments 2021-01-27 08:14:46 -08:00
queries_pr_test.go 💅 simplify sortPullRequestsByState 2020-10-28 15:50:59 +01:00
queries_repo.go Change behavior of slice flags for issue edit and pr edit commands 2021-02-12 14:42:21 -08:00
queries_repo_test.go fix: Project Argument working along with --web flag 2021-01-22 23:07:00 +01:00
queries_user.go [Feature] Create repository from template 2020-08-27 14:46:16 -04:00
reaction_groups.go Display reviews when viewing pull requests 2021-01-20 12:15:25 -08:00
reaction_groups_test.go Address PR comments 2020-12-08 10:24:02 -05:00