-
Notifications
You must be signed in to change notification settings - Fork 8
/
compass.yaml
29 lines (29 loc) · 1.56 KB
/
compass.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# This is the component descriptor for Atlassian Compass.
# Find more on the format for this file at https://developer.atlassian.com/cloud/compass/config-as-code/structure-and-contents-of-a-compass-yml-file/
configVersion: 1
name: Nyx
# The ID may be empty as long as the component is not registered to Compass
# but needs to be retrieved as soon as it is.
# To find out the Compass Component ID see: https://developer.atlassian.com/cloud/compass/config-as-code/manage-components-with-config-as-code/#find-a-component-s-id
id: 'ari:cloud:compass:e81d1a29-d0b3-4273-8c30-dcc48dee6c51:component/2da6ae46-b95a-4802-bb10-242908b93623/b2377178-3fd5-4e19-bab6-233fa5a32a25'
description: The one stop semantic release tool
typeId: APPLICATION
# The ID may be empty as long as the component is not registered to Compass
# but should to be retrieved as soon as it is.
# To find out the Team's Owner ID see: https://developer.atlassian.com/cloud/compass/config-as-code/manage-components-with-config-as-code/#find-a-team-s-owner-id
ownerId: 'ari:cloud:identity::team/2f94fdd2-6597-4c36-ac96-1a343ca3bf7f'
fields:
# The Tier allows values ranging from 1 (highest importance) to 4 (lowest importance)
tier: 3
# The lifecycle represents the lifecycle status of teh component. Accepted values are: 'Pre-release', 'Active', 'Deprecated'
lifecycle: Active
labels: []
links:
- name: 'GitHub Issues'
type: PROJECT
url: 'https://github.com/mooltiverse/nyx/issues'
- name: 'GitHub Repository'
type: REPOSITORY
url: 'https://github.com/mooltiverse/nyx'
customFields: []
relationships: {}