From 656fefba78ef6805735e0f7e64f4d92423e6617f Mon Sep 17 00:00:00 2001 From: vigneshk-tw Date: Thu, 28 Nov 2024 11:10:36 +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..3cc4a87a --- /dev/null +++ b/.cortex/catalog/cortex.yaml @@ -0,0 +1,22 @@ +openapi: 3.0.1 +info: + title: Xero-Ruby SDK + description: "[Product] The xero-ruby SDK makes it easy for developers to access\ + \ Xero's APIs in their Ruby code, and build robust applications and software\ + \ using small business & general ledger accounting data." + x-cortex-tag: aHTk9LmvGNJbexVGtaWt6g + 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 6dcdc0c982e62e5fb9fc9e2e310dc2d89f77a125 Mon Sep 17 00:00:00 2001 From: vigneshk-tw Date: Fri, 29 Nov 2024 17:06:09 +0530 Subject: [PATCH 2/2] remove cortex owner(s) --- .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 3cc4a87a..1de78e69 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