From 3acca62c7f3bd5ab57bb8206739c7a18b96f0ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Bl=C3=A5berg=20Kristoffersson?= Date: Mon, 12 Feb 2024 16:44:51 +0100 Subject: [PATCH] chore: move ownership to @einride/platform-engineering --- .backstage/catalog-info.yaml | 14 -------------- .backstage/here-go.yaml | 12 ++++++++++++ .github/CODEOWNERS | 2 +- 3 files changed, 13 insertions(+), 15 deletions(-) delete mode 100644 .backstage/catalog-info.yaml create mode 100644 .backstage/here-go.yaml diff --git a/.backstage/catalog-info.yaml b/.backstage/catalog-info.yaml deleted file mode 100644 index 71f8b53..0000000 --- a/.backstage/catalog-info.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: backstage.io/v1alpha1 -kind: Component -metadata: - name: here-go - description: | - Go SDK for the HERE Maps API. - annotations: - github.com/project-slug: einride/here-go - github.com/team-slug: einride/team-cloud-control - backstage.io/source-location: url:https://github.com/einride/here-go/tree/master/ -spec: - type: library - lifecycle: production - owner: team-cloud-control diff --git a/.backstage/here-go.yaml b/.backstage/here-go.yaml new file mode 100644 index 0000000..7b5256f --- /dev/null +++ b/.backstage/here-go.yaml @@ -0,0 +1,12 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: here-go + title: HERE Go + description: | + Go SDK for the HERE Maps API. +spec: + type: go-library + system: backend-sdk + lifecycle: production + owner: platform-engineering diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b0d5f05..e4b39ee 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @einride/team-cloud-control +* @einride/platform-engineering