From c24b12661c21209951964729550a3562f9ccf1fd Mon Sep 17 00:00:00 2001 From: Niveathika Date: Fri, 10 Nov 2023 17:58:51 +0530 Subject: [PATCH 1/2] Add gmail module to modules list --- release/resources/module_list.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/release/resources/module_list.json b/release/resources/module_list.json index 538be291..a8f7b7fa 100644 --- a/release/resources/module_list.json +++ b/release/resources/module_list.json @@ -24,6 +24,9 @@ { "name": "module-ballerina-graphql" }, + { + "name": "module-ballerinax-googleapis.gmail" + }, { "name": "module-ballerina-grpc" }, @@ -159,4 +162,4 @@ "name": "module-ballerina-yaml" } ] -} \ No newline at end of file +} From fd1bace79476af1701d8aa7563f3e322487b8def Mon Sep 17 00:00:00 2001 From: Niveathika Date: Fri, 10 Nov 2023 18:00:24 +0530 Subject: [PATCH 2/2] Add gmail module code owner --- docs/module-owners.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/module-owners.md b/docs/module-owners.md index dc56520d..d7e09cf1 100644 --- a/docs/module-owners.md +++ b/docs/module-owners.md @@ -43,6 +43,7 @@ In the event of a change in ownership, the new owner is accountable for updating | [file](https://github.com/ballerina-platform/module-ballerina-file) |[@kalaiyarasiganeshalingam](https://github.com/kalaiyarasiganeshalingam)|[@Bhashinee](https://github.com/Bhashinee)| | [ftp](https://github.com/ballerina-platform/module-ballerina-ftp) | [@dilanSachi](https://github.com/dilanSachi) | [@DimuthuMadushan](https://github.com/DimuthuMadushan) | | [graphql](https://github.com/ballerina-platform/module-ballerina-graphql) | [@ThisaruGuruge](https://github.com/ThisaruGuruge) | [@DimuthuMadushan](https://github.com/DimuthuMadushan) | +| [gmail](https://github.com/ballerina-platform/module-ballerinax-googleapis.gmail) | [@niveathika](https://github.com/niveathika) | | | [grpc](https://github.com/ballerina-platform/module-ballerina-grpc) | [@daneshk](https://github.com/daneshk) | [@dilanSachi](https://github.com/dilanSachi) | | [http](https://github.com/ballerina-platform/module-ballerina-http) | [@TharmiganK](https://github.com/TharmiganK) |[@ayeshLK](https://github.com/ayeshLK), [@dilanSachi](https://github.com/dilanSachi)| | [io](https://github.com/ballerina-platform/module-ballerina-io) | [@sahanHe](https://github.com/sahanHe) | [@daneshk](https://github.com/daneshk) |