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 option to ignore specific Github repos #52

Closed ahal closed 3 years ago

ahal commented 3 years ago

Sometimes you might be part of team that gets requests across a wide range of repositories. Some of these repos might be relevant to you, and others not so much. This option allows users to specify a list of strings that will be checked as a substring in the URL. In this way you can skip by repo via <user>/<repo>, or entire orgs.

E.g: mozilla-mobile/fenix would skip reviews on that repo. Or mozilla-mobile would skip reviews in the entire org.

This option only has an affect when the review is requested via a group. If the user was explicitly added, the request will show up no matter what.

Fixes #51

ahal commented 3 years ago

@mikeconley I can't seem to flag you in the reviewers section for some reason (nor assign myself to this PR), so pinging here instead.

Note even if you want to reject this feature, you may want to consider taking the first commit here as it is a standalone bug fix.