From 1a8c9c732b6bb2d6f00442e9bf8e9b1d7cdeb870 Mon Sep 17 00:00:00 2001 From: Aramis Sennyey Date: Fri, 6 Oct 2023 09:28:14 -0400 Subject: [PATCH] adjust ownership of the new package Signed-off-by: Aramis Sennyey --- .github/CODEOWNERS | 1 + plugins/catalog-backend-module-openapi-spec/catalog-info.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e788a6fe95..b5df047e8a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -29,6 +29,7 @@ yarn.lock @backstage/maintainers @backst /plugins/catalog-* @backstage/maintainers @backstage/reviewers @backstage/catalog-maintainers /plugins/catalog-backend-module-aws @backstage/maintainers @backstage/reviewers @backstage/catalog-maintainers @pjungermann /plugins/catalog-backend-module-bitbucket-cloud @backstage/maintainers @backstage/reviewers @backstage/catalog-maintainers @pjungermann +/plugins/catalog-backend-module-openapi-spec @backstage/maintainers @backstage/openapi-tooling-maintainers /plugins/catalog-backend-module-msgraph @backstage/maintainers @backstage/reviewers @backstage/catalog-maintainers @pjungermann /plugins/catalog-backend-module-puppetdb @backstage/maintainers @backstage/reviewers @backstage/catalog-maintainers /plugins/catalog-graph @backstage/maintainers @backstage/reviewers @backstage/catalog-maintainers @backstage/sda-se-reviewers diff --git a/plugins/catalog-backend-module-openapi-spec/catalog-info.yaml b/plugins/catalog-backend-module-openapi-spec/catalog-info.yaml index 6aa1223aa0..53a136a5f9 100644 --- a/plugins/catalog-backend-module-openapi-spec/catalog-info.yaml +++ b/plugins/catalog-backend-module-openapi-spec/catalog-info.yaml @@ -6,4 +6,4 @@ metadata: spec: lifecycle: experimental type: backstage-backend-plugin-module - owner: maintainers + owner: openapi-tooling-maintainers