Skip to content

Commit 8a2ea89

Browse files
authored
Merge pull request #136 from richsalz/no-hold-proconn
Ignore items with `hold` label
2 parents 8178aa5 + 1c007be commit 8a2ea89

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

mls.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -878,21 +878,24 @@
878878
},
879879
"procon@ietf.org": {
880880
"digest:sunday": {
881+
"eventFilter": {
882+
"notlabel": [ "hold" ]
883+
},
881884
"repos": [
882885
"ietf-wg-procon/2026bis",
883886
"ietf-wg-procon/2418bis",
884887
"ietf-wg-procon/ietf-chair-may-delegate"
885888
],
886889
"topic": "PROCON GitHub Activity Summary"
887-
}
888-
},
889-
"sidrops@ietf.org": {
890+
}
891+
},
892+
"sidrops@ietf.org": {
890893
"digest:sunday": {
891894
"repos": [
892895
"ietf-wg-sidrops/charter"
893896
],
894897
"topic": "SIDROps GitHub Charter Activity Summary"
895-
}
898+
}
896899
},
897900
"ocm@ietf.org": {
898901
"digest:sunday": {

0 commit comments

Comments
 (0)