From 3b0b62b600934566e47a25ae79448baed4b83e1e Mon Sep 17 00:00:00 2001 From: abhif22 Date: Tue, 7 Apr 2020 14:06:19 +0530 Subject: [PATCH] Updated ownership json --- .ownership.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.ownership.json b/.ownership.json index a644b3942..ddfd63b0d 100644 --- a/.ownership.json +++ b/.ownership.json @@ -1,6 +1,14 @@ { - "name": "graphql-go", - "description": "Fork of Golang based Graphql (graph-gophers/graphql-go)", - "owner": "bmishra", - "slack_channel": "gql-alerts" + "repository_name": "graphql-go", + "description": "Forked from graphq-gophers/graphql-go. This is implementation of GraphQL specification in golang. Core dependency for tokopedia/gqlserver Golang based Graphql service.", + "security_owner": "bmishra", + "slack_channel": "gql-core", + "app": [ + { + "name": "graphql-go", + "description": "Forked from graphq-gophers/graphql-go. This is implementation of GraphQL specification in golang. Core dependency for tokopedia/gqlserver Golang based Graphql service.", + "owner": "bmishra", + "slack_channel": "gql-core" + } + ] } \ No newline at end of file