Skip to content

Commit

Permalink
Add WebRTC notifications for new mediacapture-screen-share-extensions…
Browse files Browse the repository at this point in the history
… repo (#265)
  • Loading branch information
dontcallmedom authored Feb 23, 2024
1 parent 9ece14f commit 73f701c
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions mls.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"topic": "WebRTC WG specifications",
"sources": [
{
"repos": ["w3c/webrtc-pc", "w3c/webrtc-identity", "w3c/webrtc-stats", "w3c/webrtc-charter", "w3c/webrtc-priority", "w3c/webrtc-ice", "w3c/webrtc-nv-use-cases" ,"w3c/mediacapture-main", "w3c/mediacapture-record", "w3c/mediacapture-image", "w3c/mediacapture-fromelement", "w3c/mediacapture-output", "w3c/mediacapture-screen-share", "w3c/mst-content-hint", "w3c/webrtc-svc", "w3c/webrtc-extensions", "w3c/webrtc-provisional-stats", "w3c/webrtc-encoded-transform", "w3c/mediacapture-automation", "w3c/mediacapture-transform", "w3c/mediacapture-region", "w3c/mediacapture-handle", "w3c/mediacapture-viewport", "w3c/webrtc-rtptransport"]
"repos": ["w3c/webrtc-pc", "w3c/webrtc-identity", "w3c/webrtc-stats", "w3c/webrtc-charter", "w3c/webrtc-priority", "w3c/webrtc-ice", "w3c/webrtc-nv-use-cases" ,"w3c/mediacapture-main", "w3c/mediacapture-record", "w3c/mediacapture-image", "w3c/mediacapture-fromelement", "w3c/mediacapture-output", "w3c/mediacapture-screen-share", "w3c/mst-content-hint", "w3c/webrtc-svc", "w3c/webrtc-extensions", "w3c/webrtc-provisional-stats", "w3c/webrtc-encoded-transform", "w3c/mediacapture-automation", "w3c/mediacapture-transform", "w3c/mediacapture-region", "w3c/mediacapture-handle", "w3c/mediacapture-viewport", "w3c/webrtc-rtptransport", "w3c/mediacapture-screen-share-extensions"]
},
{
"repos": ["web-platform-tests/wpt"],
Expand Down Expand Up @@ -222,6 +222,10 @@
"w3c/mediacapture-automation": {
"events": ["issues.opened", "pull_request.opened"],
"eventFilter": {"notlabel": ["repo-management"]}
},
"w3c/mediacapture-screen-share-extensions": {
"events": ["issues.opened", "pull_request.opened"],
"eventFilter": {"notlabel": ["repo-management"]}
}
},
"[email protected]": {
Expand Down Expand Up @@ -477,6 +481,17 @@
"branches": {
"main": ["push"]
}
},
"w3c/mediacapture-screen-share-extensions": {
"events": [
"issues.opened",
"issues.closed",
"issue_comment.created",
"pull_request.opened"
],
"branches": {
"main": ["push"]
}
}
},
"[email protected]": {
Expand Down Expand Up @@ -1612,16 +1627,6 @@
}
}
},
"[email protected]": {
"w3c/webrtc-pc": {
"events": ["pull_request.labeled", "issues.labeled"],
"eventFilter": { "label": ["Chair decision needed"] }
},
"w3c/mediacapture-main": {
"events": ["pull_request.labeled", "issues.labeled"],
"eventFilter": { "label": ["Chair decision needed"] }
}
},
"[email protected]": {
"w3c/geolocation-api": {
"events": [
Expand Down

0 comments on commit 73f701c

Please sign in to comment.