mikeconley / myqonly

A tool for Mozillians who want to know how many reviews are in their queue in their browser.
Mozilla Public License 2.0
11 stars 12 forks source link

Add a GitHub setting for ignoring your own PRs #24

Closed thomcc closed 5 years ago

thomcc commented 5 years ago

This is useful for cases where you request review from team that you happen to be on.

For example, in https://github.com/mozilla/application-services/ we require review from anybody on the mozilla/a-s-review team, but if members of this team (including myself) use this, it causes our own PRs to be listed as needing review.

It's a setting since I could imagine cases where it's not desired.

thomcc commented 5 years ago

After talking with some of my coworkers, another issue we have is that some people are on teams they are unlikely ever to review requests for. I'm going to push an additional commit that adds a list of teams we can ignore outright.

mikeconley commented 5 years ago

Thanks! Sorry for the delay, just getting ramped back up post PTO. I should hopefully have time to review this tomorrow.

mikeconley commented 5 years ago

I manually merged these into master. Thanks!