Skip to content

Commit 188e632

Browse files
fix: correct invalid compass.yml link types and custom field type PYSDK-83 (#571)
1 parent 1fd4536 commit 188e632

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

compass.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ links:
1515
type: REPOSITORY
1616
url: https://github.com/aignostics/python-sdk
1717
- name: Jira Board
18-
type: PROJECT_TRACKER
18+
type: PROJECT
1919
url: https://aignx.atlassian.net/jira/software/projects/PYSDK/boards
2020
- name: Status Page
21-
type: STATUS_PAGE
21+
type: OTHER_LINK
2222
url: https://status.aignostics.com
2323
relationships:
2424
DEPENDS_ON: []
@@ -80,7 +80,8 @@ customFields:
8080
type: boolean
8181
value: true
8282
- name: Is open source
83-
type: true
83+
type: boolean
84+
value: true
8485
- name: Path in Repository
8586
type: text
8687
value: /

0 commit comments

Comments
 (0)