From 0e8a55da0681a9bad21b6e44eae713c4ce0ec02f Mon Sep 17 00:00:00 2001 From: thiagosdantas Date: Tue, 1 Nov 2022 12:48:22 -0300 Subject: [PATCH] Create catalog-info.yaml --- catalog-info.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000..4444789c --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,12 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component # Alterar para 'Component', 'API' ou 'Resource' +metadata: + name: slack-gupy-coin-bot + description: A template project to get you started writing Botkit bots for Slack + annotations: + github.com/project-slug: gupy-io/slack-gupy-coin-bot + backstage.io/techdocs-ref: dir:. +spec: + type: service # Alterar para 'service', 'website' ou 'library' + owner: catalogo-incompleto # Confome nome no GitHub ('qualificacao', 'vagas', 'candidates', por exemplo) + lifecycle: production # Alterar para 'experimental', 'production' ou 'deprecated'