From cf271b52a1bedfb5f852a2cf3b9709f7c93a1a0a Mon Sep 17 00:00:00 2001 From: Jon Langevin Date: Tue, 19 May 2026 16:29:10 -0400 Subject: [PATCH] docs(github): add examples/minimal/config.yaml Follow-up to the 2026-05-19 multi-repo QoL sweep (workflow#714). Co-Authored-By: Claude Opus 4.7 (1M context) --- examples/minimal/config.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/minimal/config.yaml diff --git a/examples/minimal/config.yaml b/examples/minimal/config.yaml new file mode 100644 index 0000000..6de2a61 --- /dev/null +++ b/examples/minimal/config.yaml @@ -0,0 +1,16 @@ +# Minimal config exercising workflow-plugin-github. +# Schema-validate with: wfctl validate --skip-unknown-types examples/minimal/config.yaml + +version: 1 + +modules: + - name: github-provider + type: git.webhook + config: {} + +workflows: + pipeline: + steps: + - name: example + type: step.gh_action_trigger + config: {}