We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6192c commit e362a0bCopy full SHA for e362a0b
1 file changed
ansible/inventory/group_vars/all/source-repositories
@@ -108,6 +108,7 @@ source_repositories:
108
- codeowners:
109
content: "{{ community_files.codeowners.kayobe }}"
110
dest: ".github/CODEOWNERS"
111
+ # OpenStack team
112
bifrost:
113
ignored_releases:
114
- victoria
@@ -117,9 +118,8 @@ source_repositories:
117
118
- master
119
community_files:
120
- content: "{{ community_files.codeowners.kayobe }}"
121
+ content: "{{ community_files.codeowners.bifrost }}"
122
- # OpenStack team
123
barbican:
124
125
0 commit comments