Skip to content

Commit 2795502

Browse files
authored
chore: update codeowners and catalog-info.yaml to DX (#317)
1 parent ef0fe54 commit 2795502

2 files changed

Lines changed: 6 additions & 13 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @contentful/team-tundra
1+
* @contentful/team-tundra @contentful/team-developer-experience

catalog-info.yaml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
1-
# Backstage documentation
2-
# https://backstage.io/docs/features/software-catalog/descriptor-format/
31
apiVersion: backstage.io/v1alpha1
42
kind: Component
53
metadata:
64
name: contentful.java
75
description: |
8-
JavaScript library for Contentful's Delivery and Preview APIs
6+
Java library for Contentful's Delivery and Preview APIs
97
annotations:
108
github.com/project-slug: contentful/contentful.java
11-
contentful.com/service-tier: "unknown" #1, 2, 3, 4
9+
contentful.com/service-tier: "4"
1210
tags:
13-
- update-me
14-
#need to add sast.yaml to .github/workflows and enable it in polaris dashboard
15-
#once that is done this can be changed to sast-enabled
16-
- sast-disabled
17-
#make this match the value from service-tier above
18-
- tier-unknown
11+
- tier-4
1912
spec:
2013
type: library
21-
lifecycle: production
22-
owner: group:team-tundra
14+
lifecycle: production
15+
owner: group:team-developer-experience

0 commit comments

Comments
 (0)