From 1ddba60b603d7dec4d87de9cc4cc988c003641c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9lio=20Rocha?= Date: Fri, 19 Apr 2024 14:37:34 +0100 Subject: [PATCH] Add Codacy Repo Adder template to Backstage Microsite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hélio Rocha --- microsite/data/plugins/codacy-repo-adder.yaml | 10 ++++++++++ microsite/static/img/codacy-icon.svg | 1 + 2 files changed, 11 insertions(+) create mode 100644 microsite/data/plugins/codacy-repo-adder.yaml create mode 100644 microsite/static/img/codacy-icon.svg diff --git a/microsite/data/plugins/codacy-repo-adder.yaml b/microsite/data/plugins/codacy-repo-adder.yaml new file mode 100644 index 0000000000..a479a45ecf --- /dev/null +++ b/microsite/data/plugins/codacy-repo-adder.yaml @@ -0,0 +1,10 @@ +--- +title: Codacy Repo Adder +author: Codacy +authorUrl: https://www.codacy.com/ +category: Quality +description: A Template Action to automatically add a Repository to Codacy +documentation: https://github.com/codacy/backstage-plugin/blob/main/README.md +iconUrl: /img/codacy-icon.svg +npmPackageName: '@codacy/backstage-plugin' +addedDate: '2024-04-19' diff --git a/microsite/static/img/codacy-icon.svg b/microsite/static/img/codacy-icon.svg new file mode 100644 index 0000000000..ef65004330 --- /dev/null +++ b/microsite/static/img/codacy-icon.svg @@ -0,0 +1 @@ +codacy-white \ No newline at end of file