about summary refs log tree commit diff
path: root/project.config
blob: f880b0512cf2941a0499d849abfc74c581f73945 (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
[access]
	inheritFrom = All-Projects
[submit]
	mergeContent = true
	matchAuthorToCommitterDate = false
	rejectEmptyCommit = true
	action = rebase always
[project]
	description = This is the repository.
[receive]
	requireContributorAgreement = false
	requireSignedOffBy = false
	requireChangeId = true
	createNewChangeForAllNotInTarget = true
	rejectImplicitMerges = true
[change]
	privateByDefault = false
	workInProgressByDefault = false
[reviewer]
	enableByEmail = false
[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
	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
	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
[label "Code-Review"]
        function = MaxWithBlock
        defaultValue = 0
        copyAllScoresIfListOfFilesDidNotChange = true
        copyValue = -2
        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
	copyAllScoresIfNoCodeChange = true
	defaultValue = 0
[label "Autosubmit"]
	function = NoOp
	value = 0 Submit manually
	value = +1 Submit automatically
	allowPostSubmit = false
	copyAnyScore = true
	defaultValue = 0
[access "refs/r/*"]
	push = group depot-ci-bots
	push = +force group depot-interventions
	read = group Anonymous Users
	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 tvl-community
	addPatchSet = group tvl-employees