You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/parser/schemas/main_workflow_schema.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5712,8 +5712,8 @@
5712
5712
]
5713
5713
},
5714
5714
"hide-older-comments": {
5715
-
"type": "boolean",
5716
-
"description": "When true, minimizes/hides all previous comments from the same agentic workflow (identified by tracker-id) before creating the new comment. Default: false."
5715
+
"$ref": "#/$defs/templatable_boolean",
5716
+
"description": "When true, minimizes/hides all previous comments from the same agentic workflow (identified by tracker-id) before creating the new comment. Supports literal boolean or GitHub Actions expression (e.g. '${{ inputs.hide-older-comments }}'). Default: false."
5717
5717
},
5718
5718
"allowed-reasons": {
5719
5719
"type": "array",
@@ -7771,8 +7771,8 @@
7771
7771
]
7772
7772
},
7773
7773
"create-issue": {
7774
-
"type": "boolean",
7775
-
"description": "Whether to create or update GitHub issues when tools are missing (default: true)",
7774
+
"$ref": "#/$defs/templatable_boolean",
7775
+
"description": "Whether to create or update GitHub issues when tools are missing (default: true). Supports literal boolean or GitHub Actions expression (e.g. '${{ inputs.create-issue }}').",
7776
7776
"default": true
7777
7777
},
7778
7778
"title-prefix": {
@@ -7833,8 +7833,8 @@
7833
7833
]
7834
7834
},
7835
7835
"create-issue": {
7836
-
"type": "boolean",
7837
-
"description": "Whether to create or update GitHub issues when data is missing (default: true)",
7836
+
"$ref": "#/$defs/templatable_boolean",
7837
+
"description": "Whether to create or update GitHub issues when data is missing (default: true). Supports literal boolean or GitHub Actions expression (e.g. '${{ inputs.create-missing-data-issue }}').",
7838
7838
"default": true
7839
7839
},
7840
7840
"title-prefix": {
@@ -8785,8 +8785,8 @@
8785
8785
]
8786
8786
},
8787
8787
"create-issue": {
8788
-
"type": "boolean",
8789
-
"description": "Whether to create or update GitHub issues when the task was incomplete (default: true)",
8788
+
"$ref": "#/$defs/templatable_boolean",
8789
+
"description": "Whether to create or update GitHub issues when the task was incomplete (default: true). Supports literal boolean or GitHub Actions expression (e.g. '${{ inputs.create-incomplete-issue }}').",
0 commit comments