Skip to content

Commit 1c8368c

Browse files
authored
Add private frontmatter field to block add command (#17801)
1 parent 6740e50 commit 1c8368c

File tree

7 files changed

+460
-60
lines changed

7 files changed

+460
-60
lines changed

docs/public/editor/autocomplete-data.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,6 +1490,12 @@
14901490
"enum": [true, false],
14911491
"leaf": true
14921492
},
1493+
"private": {
1494+
"type": "boolean",
1495+
"desc": "Mark the workflow as private, preventing it from being added to other repositories via 'gh aw add'.",
1496+
"enum": [true, false],
1497+
"leaf": true
1498+
},
14931499
"safe-inputs": {
14941500
"type": "object",
14951501
"desc": "Safe inputs configuration for defining custom lightweight MCP tools as JavaScript, shell scripts, or Python scripts."
@@ -1537,6 +1543,7 @@
15371543
"bots",
15381544
"rate-limit",
15391545
"strict",
1546+
"private",
15401547
"safe-inputs",
15411548
"runtimes",
15421549
"jobs"

0 commit comments

Comments
 (0)