only allow repo maintainers to directly submit
We want external people to only go through the CQ. Change-Id: I8bd61b8575b5987b43005b4b615809497e13b7d9
This commit is contained in:
parent
225aeecfc1
commit
0162c5d003
2 changed files with 3 additions and 0 deletions
1
groups
1
groups
|
@ -1,5 +1,6 @@
|
|||
# UUID Group Name
|
||||
#
|
||||
b97887aaa85f9b33a4252e189de8c250dad58037 luci_scoped_account
|
||||
2af154f112a8390d647a0817543c7991883d4fdc repo-maintainer
|
||||
66e2d1d3d40162bd52e828b19c7de7dfcbe4cc54 repo-contributor
|
||||
global:Change-Owner Change Owner
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
label-Verified = -1..+1 group repo-maintainer
|
||||
label-Code-Review = -2..+2 group repo-contributor
|
||||
label-Code-Review = -2..+2 group repo-maintainer
|
||||
submit = group luci_scoped_account
|
||||
submit = group repo-maintainer
|
||||
rebase = group repo-contributor
|
||||
abandon = group repo-contributor
|
||||
|
@ -60,6 +61,7 @@
|
|||
label-Code-Review = -2..+2 group repo-maintainer
|
||||
label-Verified = -1..+1 group repo-maintainer
|
||||
submit = group repo-maintainer
|
||||
exclusiveGroupPermissions = submit
|
||||
[access "refs/for/*"]
|
||||
addPatchSet = group repo-contributor
|
||||
addPatchSet = group repo-maintainer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue