Disallow merge pushes
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 20 Apr 2018 19:30:10 +0000 (19:30 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Fri, 20 Apr 2018 19:30:10 +0000 (19:30 +0000)
We find that merge pushes are a bad practice. As such we disallow
them from happening

Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
project.config

index 36e5f86..c2b4af5 100644 (file)
@@ -18,7 +18,6 @@
        addPatchSet = group Registered Users
 [access "refs/for/refs/*"]
        push = group Registered Users
-       pushMerge = group Registered Users
 [access "refs/heads/*"]
        create = group Administrators
        create = group Project Owners