summary refs log tree commit diff
path: root/project.config
blob: 6f221d0e47e2831a5c3708a9458fddc92857923e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[access]
	inheritFrom = All-Projects
[submit]
	mergeContent = true
	matchAuthorToCommitterDate = false
	rejectEmptyCommit = true
	action = rebase always
[project]
[receive]
	requireContributorAgreement = false
	requireSignedOffBy = false
	requireChangeId = true
	createNewChangeForAllNotInTarget = true
	rejectImplicitMerges = true
[change]
	privateByDefault = false
	workInProgressByDefault = false
[reviewer]
	enableByEmail = true
[access "refs/*"]
	submit = group depot-interventions
	label-Code-Review = -2..+2 group tvl-community
	label-Code-Review = -2..+2 group tvl-employees
	label-Code-Review = -1..-1 group Registered Users
	label-Owners-Override = +0..+1 group depot-interventions
	push = group depot-interventions
	label-Verified = -1..+1 group depot-ci-bots
	label-Verified = -1..+1 group depot-interventions
	label-Autosubmit = +0..+1 group Change Owner
	label-Autosubmit = +0..+1 group depot-interventions
	labelAs-Code-Review = -2..+2 group depot-interventions
[access "refs/meta/config"]
	label-Code-Review = -2..+1 group Registered Users
	read = group Anonymous Users
	read = group Registered Users
[access "refs/identities/*"]
	read = group Anonymous Users
	push = group Registered Users
	create = group Registered Users
[access "refs/heads/subtree-staging"]
	push = +force group Administrators
	push = +force group depot-subtree-stagers
[access "refs/heads/*"]
	exclusiveGroupPermissions = submit
	submit = group Change Owner
	submit = group depot-autosubmit
	submit = group depot-interventions
	submitAs = group depot-autosubmit
[label "Owners-Override"]
	function = NoBlock
	value = 0 No score
	value = +1 Override
	copyCondition = (is:ANY AND changekind:NO_CODE_CHANGE) OR changekind:NO_CHANGE
	defaultValue = 0
[label "Code-Review"]
	function = MaxWithBlock
	defaultValue = 0
	copyCondition = ((is:ANY AND has:unchanged-files) OR is:MIN) OR changekind:NO_CHANGE
	value = -2 This shall not be merged
	value = -1 I would prefer this is not merged as is
	value = 0 No score
	value = +1 Looks good to me, but someone else must approve
	value = +2 Looks good to me, approved
[label "Verified"]
	function = MaxWithBlock
	value = -1 Fails
	value = 0 No score
	value = +1 Verified
	copyCondition = (is:ANY AND changekind:NO_CODE_CHANGE) OR changekind:NO_CHANGE
	defaultValue = 0
[label "Autosubmit"]
	function = NoOp
	value = 0 Submit manually
	value = +1 Submit automatically
	allowPostSubmit = false
	copyCondition = changekind:NO_CHANGE OR is:ANY
	defaultValue = 0
[access "refs/r/*"]
	push = group depot-ci-bots
	push = +force group depot-interventions
	read = group Anonymous Users
	create = group Administrators
	create = group depot-ci-bots
	create = group depot-interventions
[access "refs/notes/*"]
	push = group depot-ci-bots
	push = +force group depot-interventions
	read = group Anonymous Users
	create = group depot-interventions
[access "refs/for/*"]
	exclusiveGroupPermissions = addPatchSet
	addPatchSet = group Administrators
	addPatchSet = group depot-autosubmit
	addPatchSet = group tvl-community
	addPatchSet = group tvl-employees
	rebase = group depot-autosubmit