We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f41f9e + 868ab1b commit 7f1491cCopy full SHA for 7f1491c
1 file changed
ansible/inventory/group_vars/all/source-repositories
@@ -256,6 +256,18 @@ source_repositories:
256
- codeowners:
257
content: "{{ community_files.codeowners.openstack }}"
258
dest: ".github/CODEOWNERS"
259
+ keystone:
260
+ ignored_releases:
261
+ - victoria
262
+ - wallaby
263
+ - xena
264
+ - zed
265
+ - 2023.1
266
+ - 2024.1
267
+ community_files:
268
+ - codeowners:
269
+ content: "{{ community_files.codeowners.openstack }}"
270
+ dest: ".github/CODEOWNERS"
271
magnum:
272
ignored_releases:
273
- victoria
0 commit comments