fix(ci): quote compliance-pr.yml name to fix invalid YAML (#1003)

The unquoted colon in `name: compliance: review (advisory)` (introduced
by #890's em-dash removal, which swapped an em dash for a colon
in-place) makes YAML read it as a nested mapping key, so GitHub can't
parse the workflow at all - every run of it fails with 0 jobs scheduled,
on every branch and PR repo-wide.

Signed-off-by: Jonas Flodén

Signed-off-by: Jonas Flodén <jonas@floden.nu>
This commit is contained in:
Jonas Flodén
2026-07-12 20:54:08 +02:00
committed by GitHub
parent 715c671b67
commit 1e19099945
+1 -1
View File
@@ -1,4 +1,4 @@
name: compliance: review (advisory)
name: "compliance: review (advisory)"
# Lightweight LLM-only review on every PR. ~90s, no Docker scanners.
# Posts a sticky comment with reasoned findings across all 5 frameworks.