github-pr-resource
github-pr-resource copied to clipboard
only count reviews from authors who can push to the repository
As it stands, prs can be approved by basically anybody at all, and doesn't take into account status. So if you're using approval_count it likely isn't gating what you think it's gating.
We tested this against a small pipeline, and it seems to work fine.
sorry, docs wern't very explicit, authorCanPush *does* to the destination repo and not the source repo.
closing this, seems to be unmaintained.