Skip to content

Commit 8a0402b

Browse files
author
Mykhailo Babych
committed
chore: Add to examples
1 parent 31fdcf9 commit 8a0402b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

examples/terraform/projects/alpha_projects.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ projects:
4040
allow_force_push: true
4141
code_owner_approval_required: true
4242
allowed_to_push:
43-
- user_email: "user@domain.com"
43+
- user_emails:
44+
- "user1@domain.com"
45+
- "user2@domain.com"
46+
- "user3@domain.com"
4447
- group: "roles/project-sre-dev"
4548
allowed_to_merge:
4649
- user_email: "user@domain.com"

0 commit comments

Comments
 (0)