We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c0485 commit a82a223Copy full SHA for a82a223
1 file changed
ansible/inventory/group_vars/all/source-repositories
@@ -235,6 +235,13 @@ source_repositories:
235
- codeowners:
236
content: "{{ community_files.codeowners.openstack }}"
237
dest: ".github/CODEOWNERS"
238
+ ironic:
239
+ ignored_releases:
240
+ - master
241
+ community_files:
242
+ - codeowners:
243
+ content: "{{ community_files.codeowners.openstack }}"
244
+ dest: ".github/CODEOWNERS"
245
keystone:
246
ignored_releases:
247
- yoga
0 commit comments