Bors currently relies on Github's review mechanism for determining approval for landing a PR. It would be nice to surface a better error message when a user issues a /land command but the PR is missing approvals than just saying "missing approval". Short of fully re-implementing Github's review mechanism the least we can do is surface a message describing if the PR still is missing Approvals or if a PR has outstanding changes requested.
Bors currently relies on Github's review mechanism for determining approval for landing a PR. It would be nice to surface a better error message when a user issues a
/land
command but the PR is missing approvals than just saying "missing approval". Short of fully re-implementing Github's review mechanism the least we can do is surface a message describing if the PR still is missing Approvals or if a PR has outstanding changes requested.