fix(ci): correct image digest separator
This commit is contained in:
26
.wave/pipelines/ops-epic-runner.yaml
Normal file
26
.wave/pipelines/ops-epic-runner.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
kind: WavePipeline
|
||||
metadata:
|
||||
name: ops-epic-runner
|
||||
description: "Scope an epic, implement each child issue sequentially"
|
||||
category: composition
|
||||
release: true
|
||||
|
||||
input:
|
||||
source: cli
|
||||
example: "re-cinq/wave 42"
|
||||
schema:
|
||||
type: string
|
||||
description: "GitHub epic reference (owner/repo number)"
|
||||
|
||||
steps:
|
||||
- id: scope
|
||||
pipeline: plan-scope
|
||||
input: "{{input}}"
|
||||
|
||||
- id: implement-all
|
||||
dependencies: [scope]
|
||||
pipeline: impl-speckit
|
||||
input: "{{item.url}} — child of {{input}}, see parent for full context"
|
||||
iterate:
|
||||
over: "{{scope.output.child_issues}}"
|
||||
mode: sequential
|
||||
Reference in New Issue
Block a user