Gerrit Label – Verified

gerrit

I have gerrit up and running I have committed my first initial change. However, I can only see the Code Review on the Review page. I went to the access page for All-Projects (from which my project inherits its ACLs) and added the Label Verify for administrators. I log into the administrator account but am unable to verify my change and push. Below is a screen shots of what I think to be correct configuration, and a screen shot of the verify label not appearing.

What is the correct way to get the verify label to show up so I can push my change?

Project Access
No Verify Label

Best Answer

you put the label-Verified line in the refs/meta/config stanza. It needs to be in refs/heads/* or similar.

[access "refs/heads/*"] label-Verified = -1..+1 group Administrators

for example.

Related Topic