From 425c7c92a950404a9f3fc0dc8428c2089d2c7698 Mon Sep 17 00:00:00 2001 From: Valber Junior <84424883+ValberJunior@users.noreply.github.com> Date: Wed, 27 Sep 2023 16:09:22 -0300 Subject: [PATCH] Update and rename veecode-github-workflows.yaml to github-workflows.yaml Hello friends We've just uploaded another pull-request (#20203), a new plugin for Backstage use, which we're very excited about because we're very grateful to be able to contribute to Backstage. In order to standardize our plugins, we had to make new changes to this github plugin as well. The changes to the "github-workflows" plugin will be: - Url of the Veecode page, which now instead of being our github repository, will be our website. - The name of the file has changed slightly, taking github as the initial, so that it can be ordered next to the github plugins that already exist. Thanks to everyone Signed-off-by: Valber Junior <84424883+ValberJunior@users.noreply.github.com> --- .../{veecode-github-workflows.yaml => github-workflows.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename microsite/data/plugins/{veecode-github-workflows.yaml => github-workflows.yaml} (92%) diff --git a/microsite/data/plugins/veecode-github-workflows.yaml b/microsite/data/plugins/github-workflows.yaml similarity index 92% rename from microsite/data/plugins/veecode-github-workflows.yaml rename to microsite/data/plugins/github-workflows.yaml index cd518dd8b8..de17a218b6 100644 --- a/microsite/data/plugins/veecode-github-workflows.yaml +++ b/microsite/data/plugins/github-workflows.yaml @@ -1,7 +1,7 @@ --- title: Veecode GitHub Workflows author: Veecode Platform -authorUrl: https://github.com/veecode-platform +authorUrl: https://platform.vee.codes/ category: CI/CD description: The Github Workflows plugin provides an alternative for manually triggering GitHub workflows from within your Backstage component. documentation: https://github.com/veecode-platform/platform-backstage-plugins/tree/master/plugins/github-workflows