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
organization-custom-org-roles and organization-custom-repository-roles are supported permission fields in the Go types and documented, but they are missing from the JSON Schema, so workflows using them would not get schema-validated (or would be flagged as invalid by external tooling/editors that validate against the schema).
Evidence
pkg/workflow/frontmatter_types.go:86,88 (GitHubAppPermissionsConfig) defines both fields.
Documented at docs/src/content/docs/reference/frontmatter.md:186.
Missing from $defs.github_actions_permissions.properties in the JSON Schema.
Add organization-custom-org-roles and organization-custom-repository-roles to $defs.github_actions_permissions.properties in the JSON Schema so schema-validated editors/tools recognize these already-supported fields.
Acceptance criteria
Both fields are present in the JSON Schema's github_actions_permissions definition with correct types.
A workflow frontmatter using either field validates cleanly against the schema.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
api.anthropic.com
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
Problem
organization-custom-org-rolesandorganization-custom-repository-rolesare supported permission fields in the Go types and documented, but they are missing from the JSON Schema, so workflows using them would not get schema-validated (or would be flagged as invalid by external tooling/editors that validate against the schema).Evidence
pkg/workflow/frontmatter_types.go:86,88(GitHubAppPermissionsConfig) defines both fields.docs/src/content/docs/reference/frontmatter.md:186.$defs.github_actions_permissions.propertiesin the JSON Schema.Suggested action
Add
organization-custom-org-rolesandorganization-custom-repository-rolesto$defs.github_actions_permissions.propertiesin the JSON Schema so schema-validated editors/tools recognize these already-supported fields.Acceptance criteria
github_actions_permissionsdefinition with correct types.Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
api.anthropic.comTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See 网络 Configuration for more information.