From 2f677225bfb632129dccf8e7836f9f720cdb7ae8 Mon Sep 17 00:00:00 2001 From: Celio Ferreira Date: Wed, 16 Feb 2022 11:57:54 +0100 Subject: [PATCH] feat: add GHA related tags on Repofile and catalog-info DEVPROD-1554 --- Repofile | 12 ++++++++++-- catalog-info.yml | 3 +++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Repofile b/Repofile index e02e195..34a3504 100644 --- a/Repofile +++ b/Repofile @@ -1,4 +1,12 @@ { - "checks": ["Build and test"], - "maintainers": ["Developer productivity"] + "checks": [ + "Build and test" + ], + "maintainers": [ + "Developer productivity" + ], + "topics": [ + "github-action", + "nodejs" + ] } diff --git a/catalog-info.yml b/catalog-info.yml index 650a88a..b0bce61 100644 --- a/catalog-info.yml +++ b/catalog-info.yml @@ -3,6 +3,9 @@ kind: Component metadata: name: 'actions-semantic-release' github.com/project-slug: Tradeshift/actions-semantic-release + tags: + - github-action + - nodejs spec: type: other lifecycle: production