-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
Description
Gerrit syntax allows to query for approval scores, so something like the following is possible:
status:open label:verified=+1,user=jenkins
For all open changesets that were +1'd by a user named jenkins.
Due to 8adc2df, it however currently is impossible construct such a query - the + inside label:verified=+1 gets escaped wrongly.