From 0543af45178c9c94ed4f5b412f31078ee29d3f7b Mon Sep 17 00:00:00 2001 From: tjwhalen Date: Wed, 11 Dec 2024 20:38:48 +0000 Subject: [PATCH 1/2] Update mls.json Add PATWG entry for ML, based on PATCG model - currently only the "meetings" repo --- mls.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/mls.json b/mls.json index 5f2ef98..6142738 100755 --- a/mls.json +++ b/mls.json @@ -118,6 +118,19 @@ ] } }, + +"public-patwg@w3.org": { + "w3c/patwg/meetings": { + "events": [ + "issues.opened", + "issues.closed", + "issue_comment.created", + "pull_request.opened", + "pull_request.closed", + "pull_request.labeled" + ] + }, + "public-webrtc@w3.org": { "digest:tuesday": { "topic": "WebRTC WG specifications", From 1c7c986a1c6cf92d90273323b525d498a668065a Mon Sep 17 00:00:00 2001 From: tjwhalen Date: Thu, 12 Dec 2024 16:11:28 +0000 Subject: [PATCH 2/2] Update mls.json --- mls.json | 1 + 1 file changed, 1 insertion(+) diff --git a/mls.json b/mls.json index 6142738..73a3182 100755 --- a/mls.json +++ b/mls.json @@ -129,6 +129,7 @@ "pull_request.closed", "pull_request.labeled" ] + } }, "public-webrtc@w3.org": {