Hi, I just looked zuul layout.yaml to confirm the condition of merging and I have a question on the gate pipeline trigger. layout.yaml has the following entry in gate pipeline. In my understanding, it means that when jenkins posts +1 verified comment, gate pipeline will start. My question is: jenkins posts +1 verified when any check pipeline succeeds and it seems the following matches all +1 verified from jenkins even for unapproved reviews. I wonder why it works? - name: gate trigger: gerrit: [...] - event: comment-added approval: - verified: 1 username_filter: jenkins https://github.com/openstack-infra/config/blob/master/modules/openstack_project/files/zuul/layout.yaml#L73 Thanks, Akihiro