You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 8, 2022. It is now read-only.
Today, Python uses "codeowners" features to notify the team that owns the part of the code where there is a new PR, but there seems to be no way for non-core developers (or, more generally, people who are not in the "team") to filter pull requests by component.
My personal need to have a filter for emails to review for python/email team, but I am not a part of it. I am not sure if there is enough data for this bot to do that, but if the PR metadata has this codeowners information, we could use a team->tag map of some sort.
Would this be something you'd be willing to add? If yes, I could possible contribute code/help someone else to do that.