From 5bc2b5af956dc75ccb5bd3810f6838d89a745926 Mon Sep 17 00:00:00 2001 From: CarlosSilvaPereira Date: Mon, 26 Jan 2026 11:50:09 +0100 Subject: [PATCH] add backstage yaml and codeownership to integrations --- backstage.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 backstage.yaml diff --git a/backstage.yaml b/backstage.yaml new file mode 100644 index 0000000..378bcee --- /dev/null +++ b/backstage.yaml @@ -0,0 +1,8 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: bynder-python-sdk + description: Python SDK for Bynder API +spec: + owner: integrations + lifecycle: production \ No newline at end of file