From ca43e5efb8ab9b0ce0a8a66bce6377b0b37cc991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Bl=C3=A5berg=20Kristoffersson?= Date: Mon, 12 Feb 2024 16:36:29 +0100 Subject: [PATCH] chore: move ownership to @einride/platform-engineering --- .backstage/{catalog-info.yaml => iam-go.yaml} | 10 ++++------ .github/CODEOWNERS | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) rename .backstage/{catalog-info.yaml => iam-go.yaml} (50%) diff --git a/.backstage/catalog-info.yaml b/.backstage/iam-go.yaml similarity index 50% rename from .backstage/catalog-info.yaml rename to .backstage/iam-go.yaml index 905f53c9..972c7d8e 100644 --- a/.backstage/catalog-info.yaml +++ b/.backstage/iam-go.yaml @@ -2,13 +2,11 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: name: iam-go + title: IAM Go description: | An opinionated Open Source implementation of the google.iam.v1.IAMPolicy service API, using Cloud Spanner for storage. - annotations: - github.com/project-slug: einride/iam-go - github.com/team-slug: einride/team-cloud-control - backstage.io/source-location: url:https://github.com/einride/iam-go/tree/master/ spec: - type: library + type: go-library + system: backend-sdk lifecycle: production - owner: team-cloud-control + owner: platform-enginering diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 12b6b065..4ddc139e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ - * @einride/team-cloud-control + * @einride/platform-engineering