Skip to content

Commit 3a9c1cb

Browse files
authored
Add pm wg weekly digest (#287)
* add pm wg weekly digest * change digest date to thurday * remove extra trailing comma * add missing comma * switch to use two emails * remove events * remove trailing comma * configure separate emails * add filter
1 parent 3e1b603 commit 3a9c1cb

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

mls.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2319,5 +2319,25 @@
23192319
"gh-pages": ["push"]
23202320
}
23212321
}
2322-
}
2322+
},
2323+
2324+
"digest:thursday": [
2325+
{
2326+
"repos": [
2327+
"w3c/epub-specs"
2328+
],
2329+
"eventFilter": { "label": ["Final Review"] },
2330+
"topic": "FINAL REVIEW requests in the epub-specs GitHub repository"
2331+
}
2332+
],
2333+
"digest:friday": [
2334+
{
2335+
"repos": [
2336+
"w3c/epub-specs"
2337+
],
2338+
"eventFilter": { "notlabel": ["Final Review"] },
2339+
"topic": "New activity in the epub-specs GitHub repository"
2340+
}
2341+
]
2342+
}
23232343
}

0 commit comments

Comments
 (0)