Skip to content

Commit c558c81

Browse files
feat: add schema coverage demo for private (#36200)
1 parent 56aac2a commit c558c81

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
description: Demonstrates the `private` schema field
3+
on:
4+
workflow_dispatch:
5+
permissions:
6+
contents: read
7+
engine: codex
8+
private: true
9+
timeout-minutes: 5
10+
---
11+
12+
# Schema Demo: `private`
13+
14+
This workflow was auto-generated to demonstrate usage of the `private` field in
15+
the gh-aw frontmatter schema. It exists solely to achieve 100% schema feature
16+
coverage.
17+
18+
## What `private` Does
19+
20+
Marks the workflow as private so it is not meant to be shared outside its repository.
21+
22+
## Task
23+
24+
Call `noop` -- this is a coverage-only demo workflow.
25+
26+
**Important**: Always call the `noop` safe-output tool.
27+
28+
```json
29+
{"noop": {"message": "Coverage demo for `private` -- no action needed."}}
30+
```

0 commit comments

Comments
 (0)