Replace Process.toml with json (#1475)

This commit is contained in:
Joseph
2020-07-28 04:54:22 +02:00
committed by GitHub
parent 824c6245e2
commit 32a2b80f77
2 changed files with 15 additions and 15 deletions
+15
View File
@@ -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"
}]
-15
View File
@@ -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"