{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/github/pull-request-labeler/versions/4.json",
  "title": "Pull Request Labeler",
  "description": "A GitHub Action for automatically labelling pull requests.",
  "x-lintel": {
    "source": "https://www.schemastore.org/pull-request-labeler.json",
    "sourceSha256": "1159949e2a7b112e829ba13bcd51a2bbf5ebd0d9f512f2336e05bce616fc9833",
    "fileMatch": [
      "**/.github/labeler.yml"
    ],
    "parsers": [
      "yaml"
    ]
  },
  "type": "object",
  "id": "https://json.schemastore.org/pull-request-labeler.json",
  "$comment": "https://github.com/actions/labeler",
  "additionalProperties": {
    "title": "Label",
    "type": [
      "string",
      "array"
    ],
    "items": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "properties": {
            "any": {
              "title": "Any",
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "all": {
              "title": "All",
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        }
      ]
    }
  }
}
