From 63a88df06a73bddf3af840beb3edfc670412ee22 Mon Sep 17 00:00:00 2001 From: Matt Garrish Date: Sat, 19 Apr 2025 08:56:55 -0400 Subject: [PATCH 1/9] add pm wg weekly digest --- mls.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/mls.json b/mls.json index 56eb416..7cf917b 100755 --- a/mls.json +++ b/mls.json @@ -2303,5 +2303,28 @@ "gh-pages": ["push"] } } - } + }, + "public-pm-wg@w3.org": { + "digest:friday": { + "topic:": "Weekly Publishing Maintenance WG GitHub activity", + "sources": [ + { + "repos": ["w3c/epub-specs"], + "events": [ + "issues.opened", + "issue_comment.created", + "pull_request.opened" + ] + }, + { + "repos": ["w3c/epub-specs"], + "events": [ + "issue.labeled", + "pull_request.labeled" + ] + "eventFilter": { "label": ["Final Review"] }, + } + ] + } + } } From 241d8089e36d4422eeb0fe7fbf869777003f322d Mon Sep 17 00:00:00 2001 From: Matt Garrish Date: Sat, 19 Apr 2025 09:08:25 -0400 Subject: [PATCH 2/9] change digest date to thurday --- mls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mls.json b/mls.json index 7cf917b..4ef3ac0 100755 --- a/mls.json +++ b/mls.json @@ -2305,7 +2305,7 @@ } }, "public-pm-wg@w3.org": { - "digest:friday": { + "digest:thursday": { "topic:": "Weekly Publishing Maintenance WG GitHub activity", "sources": [ { From b5a33e904c971f85042c4233acd745840fde3d01 Mon Sep 17 00:00:00 2001 From: Matt Garrish Date: Sat, 19 Apr 2025 09:12:12 -0400 Subject: [PATCH 3/9] remove extra trailing comma --- mls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mls.json b/mls.json index 4ef3ac0..e869d38 100755 --- a/mls.json +++ b/mls.json @@ -2322,7 +2322,7 @@ "issue.labeled", "pull_request.labeled" ] - "eventFilter": { "label": ["Final Review"] }, + "eventFilter": { "label": ["Final Review"] } } ] } From d02eaafc6b9732529fc62d678d73aafa5b716983 Mon Sep 17 00:00:00 2001 From: Matt Garrish Date: Sat, 19 Apr 2025 09:13:36 -0400 Subject: [PATCH 4/9] add missing comma --- mls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mls.json b/mls.json index e869d38..a21b54c 100755 --- a/mls.json +++ b/mls.json @@ -2321,7 +2321,7 @@ "events": [ "issue.labeled", "pull_request.labeled" - ] + ], "eventFilter": { "label": ["Final Review"] } } ] From 045256b9b261bdbc2b12a342cef5eb647617b3b1 Mon Sep 17 00:00:00 2001 From: Matt Garrish Date: Tue, 22 Apr 2025 12:28:53 -0400 Subject: [PATCH 5/9] switch to use two emails --- mls.json | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/mls.json b/mls.json index a21b54c..30b58bb 100755 --- a/mls.json +++ b/mls.json @@ -2305,26 +2305,25 @@ } }, "public-pm-wg@w3.org": { - "digest:thursday": { - "topic:": "Weekly Publishing Maintenance WG GitHub activity", - "sources": [ - { - "repos": ["w3c/epub-specs"], - "events": [ - "issues.opened", - "issue_comment.created", - "pull_request.opened" - ] - }, - { - "repos": ["w3c/epub-specs"], - "events": [ - "issue.labeled", - "pull_request.labeled" - ], - "eventFilter": { "label": ["Final Review"] } - } - ] - } + "digest:thursday": [ + { + "topic:": "New activity in the epub-specs GitHub repository", + "repos": ["w3c/epub-specs"], + "events": [ + "issues.opened", + "issue_comment.created", + "pull_request.opened" + ] + }, + { + "topic:": "New FINAL REVIEW requests in the epub-specs GitHub repository", + "repos": ["w3c/epub-specs"], + "events": [ + "issue.labeled", + "pull_request.labeled" + ], + "eventFilter": { "label": ["Final Review"] } + } + ] } } From bd0f2d6afe6969ed0576ff538d2d9cacbaf2cad4 Mon Sep 17 00:00:00 2001 From: Matt Garrish Date: Tue, 22 Apr 2025 12:45:30 -0400 Subject: [PATCH 6/9] remove events --- mls.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/mls.json b/mls.json index 30b58bb..4589f2a 100755 --- a/mls.json +++ b/mls.json @@ -2307,21 +2307,12 @@ "public-pm-wg@w3.org": { "digest:thursday": [ { - "topic:": "New activity in the epub-specs GitHub repository", + "topic:": "Activity in the epub-specs GitHub repository", "repos": ["w3c/epub-specs"], - "events": [ - "issues.opened", - "issue_comment.created", - "pull_request.opened" - ] }, { "topic:": "New FINAL REVIEW requests in the epub-specs GitHub repository", "repos": ["w3c/epub-specs"], - "events": [ - "issue.labeled", - "pull_request.labeled" - ], "eventFilter": { "label": ["Final Review"] } } ] From 8bf4abc92311b4d80130c0ddce282712069bb86d Mon Sep 17 00:00:00 2001 From: Matt Garrish Date: Tue, 22 Apr 2025 12:47:07 -0400 Subject: [PATCH 7/9] remove trailing comma --- mls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mls.json b/mls.json index 4589f2a..e727808 100755 --- a/mls.json +++ b/mls.json @@ -2308,7 +2308,7 @@ "digest:thursday": [ { "topic:": "Activity in the epub-specs GitHub repository", - "repos": ["w3c/epub-specs"], + "repos": ["w3c/epub-specs"] }, { "topic:": "New FINAL REVIEW requests in the epub-specs GitHub repository", From 4fbfa043c10abdc521c2f89cd7174377689b9b27 Mon Sep 17 00:00:00 2001 From: Matt Garrish Date: Tue, 22 Apr 2025 19:52:48 -0400 Subject: [PATCH 8/9] configure separate emails --- mls.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/mls.json b/mls.json index e727808..54dc865 100755 --- a/mls.json +++ b/mls.json @@ -2307,13 +2307,19 @@ "public-pm-wg@w3.org": { "digest:thursday": [ { - "topic:": "Activity in the epub-specs GitHub repository", - "repos": ["w3c/epub-specs"] - }, + "repos": [ + "w3c/epub-specs" + ], + "eventFilter": { "label": ["Final Review"] }, + "topic": "New FINAL REVIEW requests in the epub-specs GitHub repository" + } + ], + "digest:friday": [ { - "topic:": "New FINAL REVIEW requests in the epub-specs GitHub repository", - "repos": ["w3c/epub-specs"], - "eventFilter": { "label": ["Final Review"] } + "repos": [ + "w3c/epub-specs" + ], + "topic": "New activity in the epub-specs GitHub repository" } ] } From c9acb08d913a6c29414d4ccd62d1917a8288a68c Mon Sep 17 00:00:00 2001 From: Matt Garrish Date: Wed, 23 Apr 2025 12:53:06 -0400 Subject: [PATCH 9/9] add filter --- mls.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mls.json b/mls.json index 54dc865..a5b329c 100755 --- a/mls.json +++ b/mls.json @@ -2311,7 +2311,7 @@ "w3c/epub-specs" ], "eventFilter": { "label": ["Final Review"] }, - "topic": "New FINAL REVIEW requests in the epub-specs GitHub repository" + "topic": "FINAL REVIEW requests in the epub-specs GitHub repository" } ], "digest:friday": [ @@ -2319,6 +2319,7 @@ "repos": [ "w3c/epub-specs" ], + "eventFilter": { "notlabel": ["Final Review"] }, "topic": "New activity in the epub-specs GitHub repository" } ]