From e6d2d5b6117bc6e4ba2c06cb2ea9dcbaa32c4c8d Mon Sep 17 00:00:00 2001 From: cvaidas Date: Thu, 10 Apr 2025 17:10:54 +0300 Subject: [PATCH] chore: add repo classification --- .github/CODEOWNERS | 1 + catalog-info.yaml | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 catalog-info.yaml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..67eb291 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @hcastilho \ No newline at end of file diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..29e5c53 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,8 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: media +spec: + type: documentation + lifecycle: "-" + owner: "-" \ No newline at end of file