From 450106dddcf4d8deea006470bcd778a20ec0902f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 04:21:16 +0000 Subject: [PATCH] docs: fix British spelling to American English in frontmatter reference Fixes behaviour/customise/parameterise -> behavior/customize/parameterize in docs/src/content/docs/reference/frontmatter-full.md per American English documentation convention. --- .../content/docs/reference/frontmatter-full.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/src/content/docs/reference/frontmatter-full.md b/docs/src/content/docs/reference/frontmatter-full.md index 8fc2ba4240d..b6dfdaeb308 100644 --- a/docs/src/content/docs/reference/frontmatter-full.md +++ b/docs/src/content/docs/reference/frontmatter-full.md @@ -1866,7 +1866,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) @@ -5953,7 +5953,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: @@ -5969,7 +5969,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 @@ -6049,7 +6049,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" @@ -8544,7 +8544,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: @@ -8557,7 +8557,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 @@ -8619,7 +8619,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" @@ -9599,7 +9599,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"