From bc9581e899378bf8cdf1869a502894fd33c0a3e6 Mon Sep 17 00:00:00 2001 From: Simone Onofri Date: Wed, 19 Feb 2025 23:50:51 +0100 Subject: [PATCH 1/2] Update mls.json adding public-security --- mls.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/mls.json b/mls.json index 17b9495..f545011 100755 --- a/mls.json +++ b/mls.json @@ -1718,6 +1718,22 @@ "topic": "WebAuthn" } }, + "public-security@w3.org": { + "w3c/securityig": { + "events": [ + "issues.opened", + "issues.closed", + "issue_comment.created", + "pull_request.opened", + "pull_request.closed", + "push" + ] + }, + "digest:tuesday": { + "repos": ["w3c/securityig"], + "topic": "Security" + } + }, "public-css-archive@w3.org": { "w3c/csswg-drafts": { "events": [ From 1c89ff080d54f177c62eb1837a8a8d187babf32d Mon Sep 17 00:00:00 2001 From: Simone Onofri Date: Wed, 19 Feb 2025 23:53:27 +0100 Subject: [PATCH 2/2] Update mls.json --- mls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mls.json b/mls.json index f545011..4d4aa08 100755 --- a/mls.json +++ b/mls.json @@ -1729,7 +1729,7 @@ "push" ] }, - "digest:tuesday": { + "digest:monday": { "repos": ["w3c/securityig"], "topic": "Security" }