Last active
December 11, 2024 21:47
-
-
Save craigtracey/87d5fa97d7d6a0adf1335dd4cdb01e49 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"apiVersion": "backstage.io/v1alpha1", | |
"kind": "Group", | |
"metadata": { | |
"name": "arctir-core-test", | |
"description": "Arctir test core developers" | |
}, | |
"spec": { | |
"type": "team", | |
"profile": { | |
"displayName": "Arctir Core Test", | |
"email": "[email protected]" | |
}, | |
"children": [] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: backstage.io/v1alpha1 | |
kind: Group | |
metadata: | |
name: arctir-core | |
description: Arctir core developers | |
spec: | |
type: team | |
profile: | |
displayName: Arctir Core | |
email: [email protected] | |
children: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment