enabled-repositories

The policy that controls the repositories in the organization that are allowed to run GitHub Actions.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-enabled-repositories-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/enabled-repositories",
  "title": "enabled-repositories",
  "type": "string",
  "description": "The policy that controls the repositories in the organization that are allowed to run GitHub Actions.",
  "enum": [
    "all",
    "none",
    "selected"
  ]
}