From 55ced6515b1d5ba403556599c65cff3beee5102f Mon Sep 17 00:00:00 2001 From: vigneshk-tw Date: Thu, 28 Nov 2024 10:52:10 +0530 Subject: [PATCH 1/2] Create Cortex ID --- .cortex/catelog/cortex.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .cortex/catelog/cortex.yaml diff --git a/.cortex/catelog/cortex.yaml b/.cortex/catelog/cortex.yaml new file mode 100644 index 000000000..a2fcf8247 --- /dev/null +++ b/.cortex/catelog/cortex.yaml @@ -0,0 +1,22 @@ +openapi: 3.0.1 +info: + title: Xero-Node SDK + description: "[Product] The xero-node SDK makes it easy for developers to access\ + \ Xero's APIs in their JavaScript code, and build robust applications and\ + \ software using small business & general ledger accounting data." + x-cortex-tag: 8TADAt7cHWRszE7DZoTPwu + 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 8af2d4a8342295809bf650760f2c09dd7a30b588 Mon Sep 17 00:00:00 2001 From: vigneshk-tw Date: Fri, 29 Nov 2024 17:00:44 +0530 Subject: [PATCH 2/2] remove cortex owner(S) --- .cortex/catelog/cortex.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.cortex/catelog/cortex.yaml b/.cortex/catelog/cortex.yaml index a2fcf8247..3c08990b9 100644 --- a/.cortex/catelog/cortex.yaml +++ b/.cortex/catelog/cortex.yaml @@ -16,7 +16,3 @@ info: pagerduty: id: null type: SERVICE - x-cortex-owners: - - type: EMAIL - email: saxon.bruce@xero.com - inheritance: APPEND