Skip to content

Commit f02b77e

Browse files
committed
Add kayobe-automation to Kayobe team
1 parent 9d2e14f commit f02b77e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ansible/inventory/group_vars/all/source-repositories

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ source_repositories:
4646
- codeowners:
4747
content: "{{ community_files.codeowners.kayobe }}"
4848
dest: ".github/CODEOWNERS"
49+
kayobe-automation:
50+
repository_type: "single-branch"
51+
workflows: []
52+
community_files:
53+
- codeowners:
54+
content: "{{ community_files.codeowners.kayobe }}"
55+
dest: ".github/CODEOWNERS"
4956
kolla-ansible:
5057
community_files:
5158
- codeowners:

terraform/github/terraform.tfvars.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"Kayobe": [
5454
"kolla",
5555
"kayobe",
56+
"kayobe-automation",
5657
"kolla-ansible",
5758
"openstack-admin-guide",
5859
"stackhpc-kayobe-config"

0 commit comments

Comments
 (0)