@@ -7,7 +7,47 @@ import type { IssuesLabeledEvent } from "@octokit/webhooks-types";
77 * The mapping of github issue labels to team members for assignment. 
88 */ 
99const  TEAM_ASSIGNMENTS : {  [ label : string ] : {  [ jobRole : string ] : string  }  }  =  { 
10- 	miniflare : {  em : "lrapoport" ,  pm : "mikenomitch"  } , 
10+ 	agents : { } , 
11+ 	"analytics engine" : { } , 
12+ 	api : { } , 
13+ 	auth : { } , 
14+ 	"auto-provisioning" : {  em : "lrapoport-cf" ,  pm : "mattietk"  } , 
15+ 	c3 : {  em : "lrapoport-cf" ,  pm : "mattietk"  } , 
16+ 	constellation : { } , 
17+ 	containers : { } , 
18+ 	d1 : { } , 
19+ 	documentation : { } , 
20+ 	"durable objects" : { } , 
21+ 	hyperdrive : { } , 
22+ 	"kv-asset-handler" : {  em : "lrapoport-cf" ,  pm : "mattietk"  } , 
23+ 	miniflare : {  em : "lrapoport-cf" ,  pm : "mattietk"  } , 
24+ 	multiworker : {  em : "lrapoport-cf" ,  pm : "mattietk"  } , 
25+ 	"node compat" : {  em : "lrapoport-cf" ,  pm : "mattietk"  } , 
26+ 	"nodejs compat" : {  em : "lrapoport-cf" ,  pm : "mattietk"  } , 
27+ 	observability : { } , 
28+ 	opennext : {  em : "lrapoport-cf" ,  pm : "mattietk" ,  tl : "vicb"  } , 
29+ 	pages : {  em : "lrapoport-cf" ,  pm : "mattietk"  } , 
30+ 	"pages-shared" : { } , 
31+ 	pipelines : { } , 
32+ 	"playground-worker" : {  em : "lrapoport-cf" ,  pm : "mattietk"  } , 
33+ 	python : { } , 
34+ 	queues : { } , 
35+ 	r2 : { } , 
36+ 	"remote-bindings" : {  em : "lrapoport-cf" ,  pm : "mattietk"  } , 
37+ 	"secrets-store" : { } , 
38+ 	"start-dev-worker" : {  em : "lrapoport-cf" ,  pm : "mattietk"  } , 
39+ 	templates : {  em : "lrapoport-cf" ,  pm : "mattietk"  } , 
40+ 	types : {  em : "lrapoport-cf" ,  pm : "mattietk"  } , 
41+ 	unenv : {  em : "lrapoport-cf" ,  pm : "mattietk"  } , 
42+ 	unstable_dev : {  em : "lrapoport-cf" ,  pm : "mattietk"  } , 
43+ 	vectorize : { } , 
44+ 	"vite-plugin" : {  em : "lrapoport-cf" ,  pm : "mattietk" ,  tl : "@jamesopstad"  } , 
45+ 	vitest : {  em : "lrapoport-cf" ,  pm : "mattietk"  } , 
46+ 	"Workers + Assets" : { } , 
47+ 	"workers ai" : { } , 
48+ 	"workers-builds" : { } , 
49+ 	workflows : { } , 
50+ 	wrangler : {  em : "lrapoport-cf" ,  pm : "mattietk"  } , 
1151} ; 
1252
1353if  ( require . main  ===  module )  { 
0 commit comments