chore: make autoapprovers optional

This commit is contained in:
Johan Siebens
2022-10-14 12:11:52 +02:00
parent aad7a8b6e8
commit 429798574d
4 changed files with 63 additions and 52 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ message ACLPolicy {
map<string, google.protobuf.ListValue> groups = 2;
repeated ACL acls = 3;
map<string, google.protobuf.ListValue> tagowners = 4;
AutoApprovers autoapprovers = 5;
optional AutoApprovers autoapprovers = 5;
repeated SSHRule ssh = 6;
}