"pulls --mine" doesn't respect single-file maintainers properly
For the Docker repo, I'm in the top-level MAINTAINERS file, but only as the maintainer of a few specific files. When I use pulls --mine, I see anything that touches top-level files as if I were just another top-level maintainer, instead of just PRs that deal with the directories where I really am the maintainer (contrib, hack, pkg/user, vendor) and PRs that include the specific top-level files I maintain (Dockerfile, Makefile, .travis.yml).
Also, it might be worthwhile to note here that any PR that changes a MAINTAINERS file requires the explicit LGTM of the top top-level maintainer (in Docker's case, that'd be shykes).
@tianon could you please tell me an example of a PR that shows in your pulls --mine that shouldn't be there?
As we discussed, dotcloud/docker#4322 is a pretty solid example of one that shouldn't show up in my list. :)
:) I found another one as well. dotcloud/docker#5457 Thanks @tianon
I think this is fixed now (and probably has been for a while) - it seems to be working here. Can someone else confirm too?