From 587d46c4451e8938be7b7af97ab5913bf1e118be Mon Sep 17 00:00:00 2001 From: vigneshk-tw Date: Thu, 28 Nov 2024 10:43:03 +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..186652ce --- /dev/null +++ b/.cortex/catalog/cortex.yaml @@ -0,0 +1,22 @@ +openapi: 3.0.1 +info: + title: Xero-Java SDK + description: "[Product] The Xero-Java SDK makes it easy for developers to access\ + \ Xero's APIs in their Java code, and build robust applications and software\ + \ using small business & general ledger accounting data." + x-cortex-tag: 84NGF5cvECFprd8t4PAn72 + 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 From f49d67896a2b9930fd146f0674e510ddd86ae8d9 Mon Sep 17 00:00:00 2001 From: vigneshk-tw Date: Fri, 29 Nov 2024 16:59:30 +0530 Subject: [PATCH 2/2] remove cortex owner(s) --- .cortex/catalog/cortex.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.cortex/catalog/cortex.yaml b/.cortex/catalog/cortex.yaml index 186652ce..c0305500 100644 --- a/.cortex/catalog/cortex.yaml +++ b/.cortex/catalog/cortex.yaml @@ -16,7 +16,3 @@ info: pagerduty: id: null type: SERVICE - x-cortex-owners: - - type: EMAIL - email: saxon.bruce@xero.com - inheritance: APPEND