Skip to content

Commit 91777e2

Browse files
Copilotgh-aw-bot
andauthored
docs: update frontmatter schema spelling source
Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
1 parent 748e9b7 commit 91777e2

3 files changed

Lines changed: 12 additions & 22 deletions

File tree

.github/workflows/daily-team-evolution-insights.lock.yml

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/mcp-inspector.lock.yml

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/parser/schemas/main_workflow_schema.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3200,7 +3200,7 @@
32003200
"type": "string",
32013201
"enum": ["cache", "repo"],
32023202
"default": "repo",
3203-
"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."
3203+
"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."
32043204
}
32053205
}
32063206
},
@@ -7465,7 +7465,7 @@
74657465
{
74667466
"type": "string",
74677467
"pattern": "^\\$\\{\\{.*\\}\\}$",
7468-
"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."
7468+
"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."
74697469
},
74707470
{
74717471
"type": "object",
@@ -7498,7 +7498,7 @@
74987498
"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."
74997499
}
75007500
],
7501-
"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."
7501+
"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."
75027502
},
75037503
"allowed-files": {
75047504
"type": "array",
@@ -7535,7 +7535,7 @@
75357535
{
75367536
"type": "string",
75377537
"pattern": "^\\$\\{\\{.*\\}\\}$",
7538-
"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."
7538+
"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."
75397539
}
75407540
],
75417541
"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."
@@ -9699,7 +9699,7 @@
96999699
{
97009700
"type": "string",
97019701
"pattern": "^\\$\\{\\{.*\\}\\}$",
9702-
"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."
9702+
"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."
97039703
},
97049704
{
97059705
"type": "object",
@@ -9732,7 +9732,7 @@
97329732
"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."
97339733
}
97349734
],
9735-
"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."
9735+
"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."
97369736
},
97379737
"allowed-files": {
97389738
"type": "array",
@@ -9759,7 +9759,7 @@
97599759
{
97609760
"type": "string",
97619761
"pattern": "^\\$\\{\\{.*\\}\\}$",
9762-
"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."
9762+
"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."
97639763
}
97649764
],
97659765
"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."
@@ -10770,7 +10770,7 @@
1077010770
"properties": {
1077110771
"if-no-files": {
1077210772
"type": "string",
10773-
"description": "Behaviour when no files match: 'error' (default) or 'ignore'",
10773+
"description": "Behavior when no files match: 'error' (default) or 'ignore'",
1077410774
"enum": ["error", "ignore"],
1077510775
"default": "error"
1077610776
}

0 commit comments

Comments
 (0)