Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Adding test files to ghas ignore list #2

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
1 change: 1 addition & 0 deletions .github/workflows/verify_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
- '**/*.md'
- '**/*.yml'
- '**/*.yaml'
- '**/*.test.ts'
schedule:
- cron: '0 8 * * 6'

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down