File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
ansible/inventory/group_vars/all Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,13 @@ source_repositories:
50
50
- codeowners:
51
51
content: "{{ community_files.codeowners.kayobe }}"
52
52
dest: ".github/CODEOWNERS"
53
+ kayobe-automation:
54
+ repository_type: "single-branch"
55
+ workflows: []
56
+ community_files:
57
+ - codeowners:
58
+ content: "{{ community_files.codeowners.kayobe }}"
59
+ dest: ".github/CODEOWNERS"
53
60
kolla-ansible:
54
61
ignored_releases:
55
62
- victoria
@@ -490,6 +497,13 @@ source_repositories:
490
497
content: "{{ community_files.codeowners.batch }}"
491
498
dest: ".github/CODEOWNERS"
492
499
# ReleaseTrain team
500
+ .github:
501
+ repository_type: "single-branch"
502
+ workflows: []
503
+ community_files:
504
+ - codeowners:
505
+ content: "{{ community_files.codeowners.release_train }}"
506
+ dest: ".github/CODEOWNERS"
493
507
stackhpc-release-train:
494
508
repository_type: "ansible"
495
509
workflows: []
Original file line number Diff line number Diff line change 55
55
"Kayobe" : [
56
56
" kolla" ,
57
57
" kayobe" ,
58
+ " kayobe-automation" ,
58
59
" kolla-ansible" ,
59
60
" openstack-admin-guide" ,
60
61
" stackhpc-kayobe-config"
74
75
" stackhpc-inspector-plugins"
75
76
],
76
77
"ReleaseTrain" : [
78
+ " .github" ,
77
79
" stackhpc-release-train" ,
78
80
" stackhpc-release-train-clients"
79
81
],
You can’t perform that action at this time.
0 commit comments