Hi,
my Gerrit project does not have Prolog
rules.pl file. Instead we have a label defined in our project.config file and submit-requirement for this label.
But in Gerrit GUI, for every commit i can see this label twice. One set by
submit-requirement and the second by "label:Message-Tag-Verified=gerrit~PrologRule".
We have
rules.pl file in a higher level project from which we inherit some configuration. I guess this second label comes from this higher level project. We want to have this label set only by
submit-requirement.
Is there any way to remove this second label, somehow disable prolog in my project ?
Greg