Skip to content

Commit 87e0de9

Browse files
fix: compatibility with gecko
1 parent 1b37f95 commit 87e0de9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/taskgraph/transforms/from_deps.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,18 @@
2222
from taskgraph.util.set_name import SET_NAME_MAP
2323

2424
SetNameType = Literal["strip-kind", "retain-kind"]
25-
GroupByType = Literal["single", "all", "attribute"]
25+
GroupByType = Literal[
26+
"single",
27+
"all",
28+
"attribute",
29+
"single-with-filters",
30+
"platform",
31+
"single-locale",
32+
"chunk-locales",
33+
"partner-repack-ids",
34+
"component",
35+
"build-type",
36+
]
2637

2738

2839
class FromDepsChildSchema(Schema):

0 commit comments

Comments
 (0)