From f521368b1275486e2a794dc22b0b646bbe9cb6ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 08:22:48 +0000 Subject: [PATCH] feat: add schema coverage demo for private --- schema-demos/schema-demo-private.md | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 schema-demos/schema-demo-private.md diff --git a/schema-demos/schema-demo-private.md b/schema-demos/schema-demo-private.md new file mode 100644 index 00000000000..7da05554f05 --- /dev/null +++ b/schema-demos/schema-demo-private.md @@ -0,0 +1,30 @@ +--- +description: Demonstrates the `private` schema field +on: + workflow_dispatch: +permissions: + contents: read +engine: codex +private: true +timeout-minutes: 5 +--- + +# Schema Demo: `private` + +This workflow was auto-generated to demonstrate usage of the `private` field in +the gh-aw frontmatter schema. It exists solely to achieve 100% schema feature +coverage. + +## What `private` Does + +Marks the workflow as private so it is not meant to be shared outside its repository. + +## Task + +Call `noop` -- this is a coverage-only demo workflow. + +**Important**: Always call the `noop` safe-output tool. + +```json +{"noop": {"message": "Coverage demo for `private` -- no action needed."}} +```