|
3200 | 3200 | "type": "string", |
3201 | 3201 | "enum": ["cache", "repo"], |
3202 | 3202 | "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." |
3204 | 3204 | } |
3205 | 3205 | } |
3206 | 3206 | }, |
|
7465 | 7465 | { |
7466 | 7466 | "type": "string", |
7467 | 7467 | "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." |
7469 | 7469 | }, |
7470 | 7470 | { |
7471 | 7471 | "type": "object", |
|
7498 | 7498 | "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." |
7499 | 7499 | } |
7500 | 7500 | ], |
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." |
7502 | 7502 | }, |
7503 | 7503 | "allowed-files": { |
7504 | 7504 | "type": "array", |
|
7535 | 7535 | { |
7536 | 7536 | "type": "string", |
7537 | 7537 | "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." |
7539 | 7539 | } |
7540 | 7540 | ], |
7541 | 7541 | "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 | 9699 | { |
9700 | 9700 | "type": "string", |
9701 | 9701 | "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." |
9703 | 9703 | }, |
9704 | 9704 | { |
9705 | 9705 | "type": "object", |
|
9732 | 9732 | "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." |
9733 | 9733 | } |
9734 | 9734 | ], |
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." |
9736 | 9736 | }, |
9737 | 9737 | "allowed-files": { |
9738 | 9738 | "type": "array", |
|
9759 | 9759 | { |
9760 | 9760 | "type": "string", |
9761 | 9761 | "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." |
9763 | 9763 | } |
9764 | 9764 | ], |
9765 | 9765 | "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 | 10770 | "properties": { |
10771 | 10771 | "if-no-files": { |
10772 | 10772 | "type": "string", |
10773 | | - "description": "Behaviour when no files match: 'error' (default) or 'ignore'", |
| 10773 | + "description": "Behavior when no files match: 'error' (default) or 'ignore'", |
10774 | 10774 | "enum": ["error", "ignore"], |
10775 | 10775 | "default": "error" |
10776 | 10776 | } |
|
0 commit comments