Add CQ and AS labels
Change-Id: Ia7b7ca75cca79988dcd35efe43387a7fb8be39a8
Reviewed-on: https://bluetooth-review.git.corp.google.com/c/Commit-Queue/+/1021
Reviewed-by: Oliver Newman <olivernewman@google.com>
Reviewed-by: Keir Mierle <keir@google.com>
diff --git a/project.config b/project.config
index a782fca..e47c712 100644
--- a/project.config
+++ b/project.config
@@ -2,3 +2,17 @@
inheritFrom = All-Projects
[submit]
action = inherit
+[label "Commit-Queue"]
+ abbreviation = CQ
+ value = 0 Not ready
+ value = +1 Dry run
+ value = +2 Commit
+ defaultValue = 0
+ function = NoBlock
+[label "Bluetooth-Auto-Submit"]
+ function = NoBlock
+ defaultValue = 0
+ copyAllScoresOnTrivialRebase = true
+ copyAllScoresIfNoCodeChange = true
+ value = 0 Do not send CL to CQ automatically after approval
+ value = +1 Send CL to CQ automatically after approval