patchew-project / patchew

A patch email tracking and testing system
MIT License
72 stars 24 forks source link

feature request: add comments to gitlab issues when patch commit message/cover letter has a Resolves: tag #141

Open pm215 opened 2 years ago

pm215 commented 2 years ago

Now we've switched to gitlab for issue tracking for QEMU, we use the Resolves: tag in commit messages to have gitlab automatically close an issue when the patch fixing it is commited upstream. It would be nice if patchew also supported this. At the moment I have to:

If patchew could also recognize the Resolves: tag and update the gitlab issue that would save me doing this (of which the most irritating part is the "wait" step, which means I can't just mentally move on to the next thing I want to work on because I still have a thing-to-be-done associated with the previous patch).

There might need to be some per-project configuration to make it opt-in and to restrict which gitlab projects we permit patchew to update.