Actions cache usage policy for an enterprise

GitHub Actions cache usage policy for an enterprise.

APIs.ioEngineeringPlatform

Properties

Name Type Description
repo_cache_size_limit_in_gb integer For repositories in an enterprise, the default size limit for the sum of all caches in a repository, in gigabytes.
max_repo_cache_size_limit_in_gb integer For repositories in an enterprise, the maximum value that can be set as the limit for the sum of all caches in a repository, in gigabytes.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-actions-cache-usage-policy-enterprise-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/actions-cache-usage-policy-enterprise",
  "title": "Actions cache usage policy for an enterprise",
  "description": "GitHub Actions cache usage policy for an enterprise.",
  "type": "object",
  "properties": {
    "repo_cache_size_limit_in_gb": {
      "description": "For repositories in an enterprise, the default size limit for the sum of all caches in a repository, in gigabytes.",
      "type": "integer",
      "example": 10
    },
    "max_repo_cache_size_limit_in_gb": {
      "description": "For repositories in an enterprise, the maximum value that can be set as the limit for the sum of all caches in a repository, in gigabytes.",
      "type": "integer",
      "example": 15
    }
  }
}