bors-rs / bors

Apache License 2.0
15 stars 12 forks source link

Post a more descriptive error message when missing approval for landing a PR #5

Open bmwill opened 4 years ago

bmwill commented 4 years ago

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.