From 83b1cc91012756bf9d4047873bb7bb3ad4396c45 Mon Sep 17 00:00:00 2001 From: nvyas Date: Fri, 20 Oct 2023 18:44:27 +0530 Subject: [PATCH] Added metadata json --- .github/.metadata.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/.metadata.json diff --git a/.github/.metadata.json b/.github/.metadata.json new file mode 100644 index 0000000..838ce58 --- /dev/null +++ b/.github/.metadata.json @@ -0,0 +1,25 @@ +{ + "templateVersion": "0.2", + "product": { + "name": "API Mesh", + "description": "Plugin hooks. Hooks allow you to invoke a composable local or remote function on a targeted node." + }, + "contacts": { + "team": { + "name": "Star-Griffins", + "DL": "Grp-Star-Griffins", + "slackChannel": "star-griffins" + } + }, + "ticketTracker": { + "functionalJiraQueue": { + "projectKey": "CEXT", + "component": "" + }, + "securityJiraQueue": { + "projectKey": "MAGREQ", + "component": "MAGREQ/Magento Extensibility" + } + }, + "productionCodeBranches": ["main"] +} \ No newline at end of file