Actions
Feature #1118
closedAutoabandon gerrit changes with negative feedback and more than 1 month without action
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Tags:
URL:
Description
Ci-infra bugs are now tracked in redmine. Copied from bugzilla bug #79123
https://wiki.documentfoundation.org/Category:Infrastructure
https://redmine.documentfoundation.org/projects/infrastructure
https://redmine.documentfoundation.org/issues/1106
---
It would be nice to have a cronjob auto abandon changes with a negative review and no update for more than a month.
Here is a query for such changes:
https://gerrit.libreoffice.org/#/q/status:open+%28label:Code-Review%253D-1+OR+label:Code-Review%253D-2+OR+label:Verified%253D-1%29+age:1month,n,z
The script sending the daily digest to the developers might be used as inspiration:
https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=blob;f=gerritbot/send-daily-digest;h=79d86b8926ec7be8a5b9624e20e06d5c6275d85e;hb=99053ffcc1c246d9dddc8d42c1bd447dbcb196f5
see http://nabble.documentfoundation.org/minutes-of-ESC-call-td4109744.html for reference on the discussion on the ESC
Actions