What version are you running?
1.5
Describe the enhancement and the motivation for it.
When a patch is committed to the VCS (in our case: git/github), it would be a nice feature that reviews gets automatically closed as "submitted".
Please provide any additional information below.
I was thinking about a something similar to how github's pull requests are managed: as soon as a pull request is committed, the pull request gets closed.
I think that two approaches might be investigated:
1) AFAIK, git(hub) supports some hooks, those hooks might be used to trigger the status change.
2) A frequently run cronjob might do the tricks too.
Thanks in advance.
--
Patrick Allaert