Zachary Ware added the comment: This seems to have some odd behavior, see for example https://bugs.python.org/issue29381
Each action (add message, change status, change resolution, change stage) all happened separately, which means 4 separate emails sent to everyone on the nosy list. Also, automatic closure isn't the correct behavior, IMO; it should match the existing hg integration where closure only occurs if the message contains "Closes #<num>" or "Fixes #<num>" rather than just "Issue #<num>". Other than those two points, this seems to be working quite well; thank you Maciej! ---------- nosy: +zach.ware _______________________________________________________ PSF Meta Tracker <[email protected]> <http://psf.upfronthosting.co.za/roundup/meta/issue611> _______________________________________________________ _______________________________________________ Tracker-discuss mailing list [email protected] https://mail.python.org/mailman/listinfo/tracker-discuss Code of Conduct: https://www.python.org/psf/codeofconduct/
