Skip to content

Commit 2c01705

Browse files
AnsahMohammadahal
authored andcommitted
feat: Allow 'level' as a key in task-priority config
1 parent 5200e65 commit 2c01705

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/taskgraph/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
Required("trust-domain"): str,
2727
Required("task-priority"): optionally_keyed_by(
2828
"project",
29+
"level",
2930
Any(
3031
"highest",
3132
"very-high",

0 commit comments

Comments
 (0)