Doesn't subscribe submitter to merge requests from non owned repositories

Bug #1931256 reported by Sebastien Bacher
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
Low
Unassigned

Bug Description

Unsure if the description is accurate but my guess would be that launchpad doesn't email notify you of comment for merges requests you created if the branch isn't owned by you

One example might be more easy to understand

$ git clone -b hacking git+ssh://<username>@git.launchpad.net/<project>

work, do changes

$ git push git+ssh://<username><email address hidden>/<project> hacking

click on the url suggested to MP the change, enter the details, submit

I got several cases where I missed review comments and I think that's because launchpad simply didn't email those, I guess that's because the branch was pushed to the project rather than to ~<username>? It would be useful to auto subscribe the person who submitted the MP in those cases

Revision history for this message
Colin Watson (cjwatson) wrote :

This is true, though we strongly recommend that you instead push to a repository owned by you even if you have permission to push directly to the target (so `/~seb128/<project>` rather than just `/<project>`). There's usually no reason not to do that and it's much clearer what's going on.

At present we don't have independent subscriptions for merge proposals, nor for individual git branches. Unless we add one of those, the only way to fix this would involve subscribing you to the entire repository, which I suspect would be too heavyweight.

tags: added: code-review email lp-code
Changed in launchpad:
status: New → Triaged
importance: Undecided → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.