Skip to content

Commit 045256b

Browse files
committed
switch to use two emails
1 parent d02eaaf commit 045256b

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

mls.json

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2305,26 +2305,25 @@
23052305
}
23062306
},
23072307
2308-
"digest:thursday": {
2309-
"topic:": "Weekly Publishing Maintenance WG GitHub activity",
2310-
"sources": [
2311-
{
2312-
"repos": ["w3c/epub-specs"],
2313-
"events": [
2314-
"issues.opened",
2315-
"issue_comment.created",
2316-
"pull_request.opened"
2317-
]
2318-
},
2319-
{
2320-
"repos": ["w3c/epub-specs"],
2321-
"events": [
2322-
"issue.labeled",
2323-
"pull_request.labeled"
2324-
],
2325-
"eventFilter": { "label": ["Final Review"] }
2326-
}
2327-
]
2328-
}
2308+
"digest:thursday": [
2309+
{
2310+
"topic:": "New activity in the epub-specs GitHub repository",
2311+
"repos": ["w3c/epub-specs"],
2312+
"events": [
2313+
"issues.opened",
2314+
"issue_comment.created",
2315+
"pull_request.opened"
2316+
]
2317+
},
2318+
{
2319+
"topic:": "New FINAL REVIEW requests in the epub-specs GitHub repository",
2320+
"repos": ["w3c/epub-specs"],
2321+
"events": [
2322+
"issue.labeled",
2323+
"pull_request.labeled"
2324+
],
2325+
"eventFilter": { "label": ["Final Review"] }
2326+
}
2327+
]
23292328
}
23302329
}

0 commit comments

Comments
 (0)