Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Build
on:
merge_group:

pull_request:
branches:
- main

schedule:
- cron: '0 8 * * *' # Every day at 8:00 PM AEDT

Expand Down
2 changes: 1 addition & 1 deletion examples/components/shared-utilities-library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ metadata:
spec:
type: library
lifecycle: production
owner: group:platform-team
owner: group:platform-engineering
system: digital-banking-platform
3 changes: 2 additions & 1 deletion examples/groups/data-analytics-team.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ spec:
email: data-analytics@fintech-innovations.example.com
picture: https://api.dicebear.com/7.x/identicon/svg?seed=DataAnalyticsTeam
parent: acme-tech
children: []
children: []
members: [michael-rodriguez, priya-sharma]
3 changes: 2 additions & 1 deletion examples/groups/frontend-platform-team.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ spec:
email: frontend-platform@fintech-innovations.example.com
picture: https://api.dicebear.com/7.x/identicon/svg?seed=FrontendPlatformTeam
parent: acme-tech
children: []
children: []
members: [mark-johnson]
3 changes: 2 additions & 1 deletion examples/groups/ux-design-team.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ spec:
email: ux-design@fintech-innovations.example.com
picture: https://api.dicebear.com/7.x/identicon/svg?seed=UXDesignTeam
parent: acme-tech
children: []
children: []
members: [lisa-wong]
10 changes: 10 additions & 0 deletions examples/users/lisa-wong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: backstage.io/v1alpha1
kind: User
metadata:
name: lisa-wong
spec:
profile:
displayName: Lisa Wong
email: lisa.wong@fintech-innovations.example.com
picture: https://api.dicebear.com/7.x/avataaars/svg?seed=LisaWong
memberOf: [ux-design-team]
10 changes: 10 additions & 0 deletions examples/users/mark-johnson.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: backstage.io/v1alpha1
kind: User
metadata:
name: mark-johnson
spec:
profile:
displayName: Mark Johnson
email: mark.johnson@fintech-innovations.example.com
picture: https://api.dicebear.com/7.x/avataaars/svg?seed=MarkJohnson
memberOf: [frontend-platform-team]
10 changes: 10 additions & 0 deletions examples/users/priya-sharma.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: backstage.io/v1alpha1
kind: User
metadata:
name: priya-sharma
spec:
profile:
displayName: Priya Sharma
email: priya.sharma@fintech-innovations.example.com
picture: https://api.dicebear.com/7.x/avataaars/svg?seed=PriyaSharma
memberOf: [data-analytics-team]