Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/src/content/docs/reference/frontmatter-full.md
Original file line number Diff line number Diff line change
Expand Up @@ -1917,7 +1917,7 @@ experiments:
# Storage backend for experiment state. 'repo' (default) persists state to a git
# branch named 'experiments/{sanitizedWorkflowID}' (workflow ID lowercased with
# hyphens removed, e.g. 'my-workflow' -> 'experiments/myworkflow') for durability
# across cache evictions. 'cache' uses GitHub Actions cache (legacy behaviour).
# across cache evictions. 'cache' uses GitHub Actions cache (legacy behavior).
# Repo storage is recommended because experiment data is valuable and more durable
# than cache.
# (optional)
Expand Down Expand Up @@ -9046,7 +9046,7 @@ safe-outputs:

# Controls protected-file protection. String form: request_review (default),
# blocked, allowed, or fallback-to-issue — or a GitHub Actions expression for
# reusable workflows. Object form: { policy, exclude } to customise the
# reusable workflows. Object form: { policy, exclude } to customize the
# protected-file set.
# (optional)
# Accepted formats:
Expand All @@ -9062,7 +9062,7 @@ safe-outputs:

# Format 2: GitHub Actions expression that resolves to 'blocked', 'allowed',
# 'fallback-to-issue', or 'request_review' at runtime. Use in reusable
# workflow_call workflows to parameterise the policy per caller.
# workflow_call workflows to parameterize the policy per caller.
protected-files: "example-value"

# Format 3: Object form for granular control over the protected-file set. Use the
Expand Down Expand Up @@ -9142,7 +9142,7 @@ safe-outputs:
patch-format: "am"

# Format 2: GitHub Actions expression that resolves to 'am' or 'bundle' at
# runtime. Use in reusable workflow_call workflows to parameterise the transport
# runtime. Use in reusable workflow_call workflows to parameterize the transport
# format per caller.
patch-format: "example-value"

Expand Down Expand Up @@ -15529,7 +15529,7 @@ safe-outputs:

# Controls protected-file protection. String form: blocked (default), allowed, or
# fallback-to-issue — or a GitHub Actions expression for reusable workflows.
# Object form: { policy, exclude } to customise the protected-file set.
# Object form: { policy, exclude } to customize the protected-file set.
# (optional)
# Accepted formats:

Expand All @@ -15542,7 +15542,7 @@ safe-outputs:

# Format 2: GitHub Actions expression that resolves to 'blocked', 'allowed', or
# 'fallback-to-issue' at runtime. Use in reusable workflow_call workflows to
# parameterise the policy per caller.
# parameterize the policy per caller.
protected-files: "example-value"

# Format 3: Object form for granular control over the protected-file set. Use the
Expand Down Expand Up @@ -15604,7 +15604,7 @@ safe-outputs:
patch-format: "am"

# Format 2: GitHub Actions expression that resolves to 'am' or 'bundle' at
# runtime. Use in reusable workflow_call workflows to parameterise the transport
# runtime. Use in reusable workflow_call workflows to parameterize the transport
# format per caller.
patch-format: "example-value"

Expand Down Expand Up @@ -18721,7 +18721,7 @@ safe-outputs:
# Default values injected when the model omits a field
# (optional)
defaults:
# Behaviour when no files match: 'error' (default) or 'ignore'
# Behavior when no files match: 'error' (default) or 'ignore'
# (optional)
if-no-files: "error"

Expand Down
14 changes: 7 additions & 7 deletions pkg/parser/schemas/main_workflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3200,7 +3200,7 @@
"type": "string",
"enum": ["cache", "repo"],
"default": "repo",
"description": "Storage backend for experiment state. 'repo' (default) persists state to a git branch named 'experiments/{sanitizedWorkflowID}' (workflow ID lowercased with hyphens removed, e.g. 'my-workflow' -> 'experiments/myworkflow') for durability across cache evictions. 'cache' uses GitHub Actions cache (legacy behaviour). Repo storage is recommended because experiment data is valuable and more durable than cache."
"description": "Storage backend for experiment state. 'repo' (default) persists state to a git branch named 'experiments/{sanitizedWorkflowID}' (workflow ID lowercased with hyphens removed, e.g. 'my-workflow' -> 'experiments/myworkflow') for durability across cache evictions. 'cache' uses GitHub Actions cache (legacy behavior). Repo storage is recommended because experiment data is valuable and more durable than cache."
}
}
},
Expand Down Expand Up @@ -7492,7 +7492,7 @@
{
"type": "string",
"pattern": "^\\$\\{\\{.*\\}\\}$",
"description": "GitHub Actions expression that resolves to 'blocked', 'allowed', 'fallback-to-issue', or 'request_review' at runtime. Use in reusable workflow_call workflows to parameterise the policy per caller."
"description": "GitHub Actions expression that resolves to 'blocked', 'allowed', 'fallback-to-issue', or 'request_review' at runtime. Use in reusable workflow_call workflows to parameterize the policy per caller."
},
{
"type": "object",
Expand Down Expand Up @@ -7525,7 +7525,7 @@
"description": "Object form for granular control over the protected-file set. Use the exclude list to remove specific files from the default protection while keeping the rest."
}
],
"description": "Controls protected-file protection. String form: request_review (default), blocked, allowed, or fallback-to-issue \u2014 or a GitHub Actions expression for reusable workflows. Object form: { policy, exclude } to customise the protected-file set."
"description": "Controls protected-file protection. String form: request_review (default), blocked, allowed, or fallback-to-issue \u2014 or a GitHub Actions expression for reusable workflows. Object form: { policy, exclude } to customize the protected-file set."
},
"allowed-files": {
"type": "array",
Expand Down Expand Up @@ -7562,7 +7562,7 @@
{
"type": "string",
"pattern": "^\\$\\{\\{.*\\}\\}$",
"description": "GitHub Actions expression that resolves to 'am' or 'bundle' at runtime. Use in reusable workflow_call workflows to parameterise the transport format per caller."
"description": "GitHub Actions expression that resolves to 'am' or 'bundle' at runtime. Use in reusable workflow_call workflows to parameterize the transport format per caller."
}
],
"description": "Transport format for packaging changes. \"bundle\" (default) uses git bundle. \"am\" uses git format-patch/git am. Accepts a GitHub Actions expression for reusable workflows."
Expand Down Expand Up @@ -9734,7 +9734,7 @@
{
"type": "string",
"pattern": "^\\$\\{\\{.*\\}\\}$",
"description": "GitHub Actions expression that resolves to 'blocked', 'allowed', or 'fallback-to-issue' at runtime. Use in reusable workflow_call workflows to parameterise the policy per caller."
"description": "GitHub Actions expression that resolves to 'blocked', 'allowed', or 'fallback-to-issue' at runtime. Use in reusable workflow_call workflows to parameterize the policy per caller."
},
{
"type": "object",
Expand Down Expand Up @@ -9767,7 +9767,7 @@
"description": "Object form for granular control over the protected-file set. Use the exclude list to remove specific files from the default protection while keeping the rest."
}
],
"description": "Controls protected-file protection. String form: blocked (default), allowed, or fallback-to-issue \u2014 or a GitHub Actions expression for reusable workflows. Object form: { policy, exclude } to customise the protected-file set."
"description": "Controls protected-file protection. String form: blocked (default), allowed, or fallback-to-issue \u2014 or a GitHub Actions expression for reusable workflows. Object form: { policy, exclude } to customize the protected-file set."
},
"allowed-files": {
"type": "array",
Expand All @@ -9794,7 +9794,7 @@
{
"type": "string",
"pattern": "^\\$\\{\\{.*\\}\\}$",
"description": "GitHub Actions expression that resolves to 'am' or 'bundle' at runtime. Use in reusable workflow_call workflows to parameterise the transport format per caller."
"description": "GitHub Actions expression that resolves to 'am' or 'bundle' at runtime. Use in reusable workflow_call workflows to parameterize the transport format per caller."
}
],
"description": "Transport format for packaging changes. \"bundle\" (default) uses git bundle. \"am\" uses git format-patch/git am. Accepts a GitHub Actions expression for reusable workflows."
Expand Down
Loading