feat(wfe-yaml): add YAML 1.1 merge key support via yaml-merge-keys

Preprocesses <<: *anchor merge keys before serde_yaml 0.9 deserialization.
serde_yaml implements YAML 1.2 which dropped merge keys; the yaml-merge-keys
crate resolves them as a preprocessing step, giving full anchor + merge
support for DRY pipeline definitions.
This commit is contained in:
2026-03-26 15:59:28 +00:00
parent fe65d2debc
commit 39b3daf57c
3 changed files with 16 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ wfe-containerd = { version = "1.0.0", path = "wfe-containerd" }
# YAML
serde_yaml = "0.9"
yaml-merge-keys = { version = "0.8", features = ["serde_yaml"] }
regex = "1"
# Deno runtime