bors-rs / bors

Apache License 2.0
15 stars 12 forks source link

Fix cached approvals #11

Open bmwill opened 4 years ago

bmwill commented 4 years ago

Bors currently "Caches" PR approvals and only updates that cache when a new review is submitted. This can be a problem when different branch protections are put in place enforcing more reviewers or CODEOWNERS causing Bors to still attempt to land a PR that was approved by an old config but not be the new one.