From 5d6487282335b3f268f58c24ea46915ab2e056ec Mon Sep 17 00:00:00 2001 From: Adam Leach Date: Tue, 19 Oct 2021 13:27:33 +0100 Subject: [PATCH 1/3] Update catalog-info.yaml --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 6de6fd3426bb5..a3978197cb46f 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -1,7 +1,7 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: - name: backstage + name: backstage-source description: | Backstage is an open-source developer portal that puts the developer experience first. links: From 23385feaa41ed873e88db14af993a0092ad099f1 Mon Sep 17 00:00:00 2001 From: Karan Shah Date: Mon, 28 Feb 2022 11:17:05 +0000 Subject: [PATCH 2/3] Explain that main branch is the right branch --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 107863192620c..546c2f946c4cf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +To contribute to Backstage, base your changes to the main branch: https://github.com/simplybusiness/backstage-source/tree/main + +The master branch has changes that are relevant internally at Simply Business which means it is incompatible with the upstream Backstage repository. + ![headline](docs/assets/headline.png) # [Backstage](https://backstage.io) From 470e21376adf95d782534c8db409bfac1600c183 Mon Sep 17 00:00:00 2001 From: DM-sb <55985798+DM-sb@users.noreply.github.com> Date: Wed, 7 Sep 2022 14:27:03 +0100 Subject: [PATCH 3/3] Adding test files to ghas ignore list --- .github/workflows/verify_codeql.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/verify_codeql.yml b/.github/workflows/verify_codeql.yml index a275e357a4ca9..bba49e7d68ad8 100644 --- a/.github/workflows/verify_codeql.yml +++ b/.github/workflows/verify_codeql.yml @@ -16,6 +16,7 @@ on: - '**/*.md' - '**/*.yml' - '**/*.yaml' + - '**/*.test.ts' schedule: - cron: '0 8 * * 6'