Fix YAML frontmatter: quote task names containing colons
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: worker-adapter-rd
|
||||
name: R&D on Worker adapter: Node vs Web Worker API differences
|
||||
name: "R&D on Worker adapter: Node vs Web Worker API differences"
|
||||
status: pending
|
||||
depends_on: [review-core-and-redis]
|
||||
scope: narrow
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: integration-test-pubsub-with-redis
|
||||
name: Integration test: createPubSub with Redis event target
|
||||
name: "Integration test: createPubSub with Redis event target"
|
||||
status: pending
|
||||
depends_on: [redis-adapter-tests, core-pubsub-tests]
|
||||
scope: narrow
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: integration-test-ws-client-server
|
||||
name: Integration test: WebSocket client and server event targets together
|
||||
name: "Integration test: WebSocket client and server event targets together"
|
||||
status: pending
|
||||
depends_on: [websocket-client-tests, websocket-server-tests]
|
||||
scope: moderate
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: final-review-and-ci-validation
|
||||
name: Final review: full test suite, build, and CI readiness
|
||||
name: "Final review: full test suite, build, and CI readiness"
|
||||
status: pending
|
||||
depends_on: [review-worker-adapter, integration-test-ws-client-server]
|
||||
scope: moderate
|
||||
|
||||
Reference in New Issue
Block a user