EmbarkStudios / octobors

Rust program for automerging PRs based on a few rules
Apache License 2.0
40 stars 2 forks source link

Include teams in count of requested reviewers remaining #55

Closed bwestlin closed 1 year ago

bwestlin commented 1 year ago

Checklist

Description of Changes

If there are teams in the list of reviewers these gets overlooked and octobors will consider the PR reviewed when all the specific user reviewers are done.

This PR show how the current behavior on main where it happens: https://github.com/EmbarkStudios/octobors-test/pull/5 This PR shows how it behaves after the change is used https://github.com/EmbarkStudios/octobors-test/pull/6