From 0469e711b460d585baf3538a4bd690b7ce06c51c Mon Sep 17 00:00:00 2001 From: Matt Garrish Date: Sat, 26 Apr 2025 10:56:55 -0400 Subject: [PATCH 1/2] add epub-tests to the digests --- mls.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/mls.json b/mls.json index a4ed456..cc6cf15 100755 --- a/mls.json +++ b/mls.json @@ -2324,19 +2324,21 @@ "digest:thursday": [ { "repos": [ - "w3c/epub-specs" + "w3c/epub-specs", + "w3c/epub-tests" ], "eventFilter": { "label": ["Final Review"] }, - "topic": "FINAL REVIEW requests in the epub-specs GitHub repository" + "topic": "FINAL REVIEW requests in the EPUB GitHub repository" } ], "digest:friday": [ { "repos": [ - "w3c/epub-specs" + "w3c/epub-specs", + "w3c/epub-tests" ], "eventFilter": { "notlabel": ["Final Review"] }, - "topic": "New activity in the epub-specs GitHub repository" + "topic": "New activity in the EPUB GitHub repository" } ] } From 33dc5dda37ca9a2496a6f8fc0f0c04c6fb45486c Mon Sep 17 00:00:00 2001 From: Matt Garrish Date: Sat, 26 Apr 2025 11:02:16 -0400 Subject: [PATCH 2/2] typo --- mls.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mls.json b/mls.json index cc6cf15..e58ad95 100755 --- a/mls.json +++ b/mls.json @@ -2328,7 +2328,7 @@ "w3c/epub-tests" ], "eventFilter": { "label": ["Final Review"] }, - "topic": "FINAL REVIEW requests in the EPUB GitHub repository" + "topic": "FINAL REVIEW requests in the EPUB GitHub repositories" } ], "digest:friday": [ @@ -2338,7 +2338,7 @@ "w3c/epub-tests" ], "eventFilter": { "notlabel": ["Final Review"] }, - "topic": "New activity in the EPUB GitHub repository" + "topic": "New activity in the EPUB GitHub repositories" } ] }