Skip to content

Commit e362a0b

Browse files
committed
Move Bifrost to openstack codeowners
This reflects which team it is configured to in Terraform
1 parent cf6192c commit e362a0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/inventory/group_vars/all/source-repositories

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ source_repositories:
108108
- codeowners:
109109
content: "{{ community_files.codeowners.kayobe }}"
110110
dest: ".github/CODEOWNERS"
111+
# OpenStack team
111112
bifrost:
112113
ignored_releases:
113114
- victoria
@@ -117,9 +118,8 @@ source_repositories:
117118
- master
118119
community_files:
119120
- codeowners:
120-
content: "{{ community_files.codeowners.kayobe }}"
121+
content: "{{ community_files.codeowners.bifrost }}"
121122
dest: ".github/CODEOWNERS"
122-
# OpenStack team
123123
barbican:
124124
ignored_releases:
125125
- victoria

0 commit comments

Comments
 (0)