From 822567f88293d28abf79195209a4f58e837719d2 Mon Sep 17 00:00:00 2001 From: Javier Gutierrez Date: Sat, 21 Mar 2026 11:03:31 -0400 Subject: [PATCH 1/3] SWI-2827: add component.yaml --- .bandwidth/component.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .bandwidth/component.yaml diff --git a/.bandwidth/component.yaml b/.bandwidth/component.yaml new file mode 100644 index 0000000..d6aa0c7 --- /dev/null +++ b/.bandwidth/component.yaml @@ -0,0 +1,14 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + schemaVersion: v1.0.0 + name: numbers-java-sdk + description: This SDK is no longer supported by Bandwidth and has been deprecated. Please use the SDK found here instead: https://github.com/Bandwidth/java-bandwidth-iris + annotations: + github.com/project-slug: Bandwidth/numbers-java-sdk + organization: BW + costCenter: Development - Software Infra +spec: + type: Library + owner: github/band-swi + lifecycle: Available From c8c3f3454210b7bcb62e381e2cbb864976ee7a85 Mon Sep 17 00:00:00 2001 From: Javier Gutierrez Date: Sat, 21 Mar 2026 11:03:31 -0400 Subject: [PATCH 2/3] SWI-2827: add catalog-info.yaml --- .bandwidth/catalog-info.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .bandwidth/catalog-info.yaml diff --git a/.bandwidth/catalog-info.yaml b/.bandwidth/catalog-info.yaml new file mode 100644 index 0000000..6e9519e --- /dev/null +++ b/.bandwidth/catalog-info.yaml @@ -0,0 +1,11 @@ +apiVersion: backstage.io/v1alpha1 +kind: Location +metadata: + schemaVersion: v1.0.0 + name: numbers-java-sdk-location + description: Links to additional entities in the numbers-java-sdk repository. + annotations: + github.com/project-slug: Bandwidth/numbers-java-sdk +spec: + targets: + - ./component.yaml From 6350ee7abf71bf8bd5bad9f84bacbc074e57966e Mon Sep 17 00:00:00 2001 From: Javier Gutierrez Date: Mon, 23 Mar 2026 11:15:39 +0100 Subject: [PATCH 3/3] SWI-2827: add CODEOWNERS --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..2a7b539 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Global rule: +* @Bandwidth/band-swi @Bandwidth/band-swi-github-repo-admin