From 82e773596329cfd0a5b403fac129567129895cdc Mon Sep 17 00:00:00 2001 From: vigneshk-tw Date: Thu, 28 Nov 2024 10:32:44 +0530 Subject: [PATCH 1/2] Create Cortex ID --- .cortex/catalog/cortex.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .cortex/catalog/cortex.yaml diff --git a/.cortex/catalog/cortex.yaml b/.cortex/catalog/cortex.yaml new file mode 100644 index 00000000..8eeededb --- /dev/null +++ b/.cortex/catalog/cortex.yaml @@ -0,0 +1,22 @@ +openapi: 3.0.1 +info: + title: Xero-NetStandard SDK + description: "[Product] The Xero-NetStandard SDK makes it easy for developers to\ + \ access Xero's APIs in their Csharp code, and build robust applications and\ + \ software using small business & general ledger accounting data." + x-cortex-tag: 4y4mNwgjskNrb6sfbzVW7z + x-cortex-type: domain + x-cortex-slack: + channels: + - name: help-xero-openapi-github + x-cortex-groups: + - domain-type:product + - phase:sustained-release + x-cortex-oncall: + pagerduty: + id: null + type: SERVICE + x-cortex-owners: + - type: EMAIL + email: saxon.bruce@xero.com + inheritance: APPEND \ No newline at end of file From fd0bde74ded9125697938e68bdfa5fb3711cb942 Mon Sep 17 00:00:00 2001 From: vigneshk-tw Date: Fri, 29 Nov 2024 16:48:37 +0530 Subject: [PATCH 2/2] remove cortex owners --- .cortex/catalog/cortex.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.cortex/catalog/cortex.yaml b/.cortex/catalog/cortex.yaml index 8eeededb..fe3225f8 100644 --- a/.cortex/catalog/cortex.yaml +++ b/.cortex/catalog/cortex.yaml @@ -15,8 +15,4 @@ info: x-cortex-oncall: pagerduty: id: null - type: SERVICE - x-cortex-owners: - - type: EMAIL - email: saxon.bruce@xero.com - inheritance: APPEND \ No newline at end of file + type: SERVICE \ No newline at end of file