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' diff --git a/README.md b/README.md index a13f9d5247a6c..6376f7a4e95b9 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) 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: