Skip to content

Commit 268c4da

Browse files
intel352claude
andauthored
docs(github): add examples/minimal/config.yaml (#17)
Follow-up to the 2026-05-19 multi-repo QoL sweep (workflow#714). Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 495d2ec commit 268c4da

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

examples/minimal/config.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Minimal config exercising workflow-plugin-github.
2+
# Schema-validate with: wfctl validate --skip-unknown-types examples/minimal/config.yaml
3+
4+
version: 1
5+
6+
modules:
7+
- name: github-provider
8+
type: git.webhook
9+
config: {}
10+
11+
workflows:
12+
pipeline:
13+
steps:
14+
- name: example
15+
type: step.gh_action_trigger
16+
config: {}

0 commit comments

Comments
 (0)