From 32a2b80f77499bb2bbc843569dd6f24859e5f1cc Mon Sep 17 00:00:00 2001
From: Joseph <sjeohp@gmail.com>
Date: Tue, 28 Jul 2020 04:54:22 +0200
Subject: [PATCH] Replace Process.toml with json (#1475)

---
 polkadot/Process.json | 15 +++++++++++++++
 polkadot/Process.toml | 15 ---------------
 2 files changed, 15 insertions(+), 15 deletions(-)
 create mode 100644 polkadot/Process.json
 delete mode 100644 polkadot/Process.toml

diff --git a/polkadot/Process.json b/polkadot/Process.json
new file mode 100644
index 00000000000..10dfb219bf0
--- /dev/null
+++ b/polkadot/Process.json
@@ -0,0 +1,15 @@
+[{
+	"project_name": "Batch: Availability and Validity",
+	"owner": "rphmeier",
+	"matrix_room_id": "!wQXGIDhhJQSVXKqPwi:matrix.parity.io"
+},
+{
+	"project_name": "Batch: Codebase Restructure",
+	"owner": "rphmeier",
+	"matrix_room_id": "!wQXGIDhhJQSVXKqPwi:matrix.parity.io"
+},
+{
+	"project_name": "Cumulus",
+	"owner": "bkchr",
+	"matrix_room_id": "!wQXGIDhhJQSVXKqPwi:matrix.parity.io"
+}]
diff --git a/polkadot/Process.toml b/polkadot/Process.toml
deleted file mode 100644
index eaf03c1257f..00000000000
--- a/polkadot/Process.toml
+++ /dev/null
@@ -1,15 +0,0 @@
-[Batch: Availability and Validity]
-owner = "rphmeier"
-whitelist = []
-matrix_room_id = "!wQXGIDhhJQSVXKqPwi:matrix.parity.io"
-
-[Batch: Codebase Restructure]
-owner = "rphmeier"
-whitelist = []
-matrix_room_id = "!wQXGIDhhJQSVXKqPwi:matrix.parity.io"
-
-[Cumulus]
-owner = "bkchr"
-whitelist = []
-matrix_room_id = "!wQXGIDhhJQSVXKqPwi:matrix.parity.io"
-
-- 
GitLab