Skip to content

Commit 8b518c7

Browse files
add initial ANT assignees
1 parent e541571 commit 8b518c7

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

tools/github-workflow-helpers/auto-assign-issues.ts

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,47 @@ import type { IssuesLabeledEvent } from "@octokit/webhooks-types";
77
* The mapping of github issue labels to team members for assignment.
88
*/
99
const 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

1353
if (require.main === module) {

0 commit comments

Comments
 (0)