From f29ea808f542e4e2c26ff49cf3dcb1392e4f2cba Mon Sep 17 00:00:00 2001 From: github-openapi-bot Date: Mon, 17 Nov 2025 13:25:07 -0800 Subject: [PATCH] Update OpenAPI 3.1 Descriptions --- .../api.github.com.2022-11-28.json | 19 +++++++++++++++++++ .../api.github.com.2022-11-28.yaml | 14 ++++++++++++++ .../api.github.com/api.github.com.json | 19 +++++++++++++++++++ .../api.github.com/api.github.com.yaml | 14 ++++++++++++++ descriptions-next/ghec/ghec.2022-11-28.json | 19 +++++++++++++++++++ descriptions-next/ghec/ghec.2022-11-28.yaml | 14 ++++++++++++++ descriptions-next/ghec/ghec.json | 19 +++++++++++++++++++ descriptions-next/ghec/ghec.yaml | 14 ++++++++++++++ .../ghes-3.17/ghes-3.17.2022-11-28.json | 19 +++++++++++++++++++ .../ghes-3.17/ghes-3.17.2022-11-28.yaml | 14 ++++++++++++++ descriptions-next/ghes-3.17/ghes-3.17.json | 19 +++++++++++++++++++ descriptions-next/ghes-3.17/ghes-3.17.yaml | 14 ++++++++++++++ .../ghes-3.18/ghes-3.18.2022-11-28.json | 19 +++++++++++++++++++ .../ghes-3.18/ghes-3.18.2022-11-28.yaml | 14 ++++++++++++++ descriptions-next/ghes-3.18/ghes-3.18.json | 19 +++++++++++++++++++ descriptions-next/ghes-3.18/ghes-3.18.yaml | 14 ++++++++++++++ 16 files changed, 264 insertions(+) diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index c48f7c9cdd..88ed283117 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -119379,6 +119379,25 @@ } } }, + "repository-rule-params-copilot-code-review-analysis-tool": { + "title": "CopilotCodeReviewAnalysisTool", + "description": "A tool that must provide code review results for this rule to pass.", + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "The name of a code review analysis tool", + "enum": [ + "CodeQL", + "ESLint", + "PMD" + ] + } + }, + "required": [ + "name" + ] + }, "repository-rule": { "title": "Repository Rule", "type": "object", diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 7a4e676a02..3ce0e1d0c2 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -86663,6 +86663,20 @@ components: type: boolean description: Copilot automatically reviews each new push to the pull request. + repository-rule-params-copilot-code-review-analysis-tool: + title: CopilotCodeReviewAnalysisTool + description: A tool that must provide code review results for this rule to pass. + type: object + properties: + name: + type: string + description: The name of a code review analysis tool + enum: + - CodeQL + - ESLint + - PMD + required: + - name repository-rule: title: Repository Rule type: object diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index c48f7c9cdd..88ed283117 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -119379,6 +119379,25 @@ } } }, + "repository-rule-params-copilot-code-review-analysis-tool": { + "title": "CopilotCodeReviewAnalysisTool", + "description": "A tool that must provide code review results for this rule to pass.", + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "The name of a code review analysis tool", + "enum": [ + "CodeQL", + "ESLint", + "PMD" + ] + } + }, + "required": [ + "name" + ] + }, "repository-rule": { "title": "Repository Rule", "type": "object", diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 7a4e676a02..3ce0e1d0c2 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -86663,6 +86663,20 @@ components: type: boolean description: Copilot automatically reviews each new push to the pull request. + repository-rule-params-copilot-code-review-analysis-tool: + title: CopilotCodeReviewAnalysisTool + description: A tool that must provide code review results for this rule to pass. + type: object + properties: + name: + type: string + description: The name of a code review analysis tool + enum: + - CodeQL + - ESLint + - PMD + required: + - name repository-rule: title: Repository Rule type: object diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index e40451a5c5..6933e92f91 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -130377,6 +130377,25 @@ } } }, + "repository-rule-params-copilot-code-review-analysis-tool": { + "title": "CopilotCodeReviewAnalysisTool", + "description": "A tool that must provide code review results for this rule to pass.", + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "The name of a code review analysis tool", + "enum": [ + "CodeQL", + "ESLint", + "PMD" + ] + } + }, + "required": [ + "name" + ] + }, "repository-rule": { "title": "Repository Rule", "type": "object", diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index fef449a0f8..93bdeaa31d 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -94311,6 +94311,20 @@ components: type: boolean description: Copilot automatically reviews each new push to the pull request. + repository-rule-params-copilot-code-review-analysis-tool: + title: CopilotCodeReviewAnalysisTool + description: A tool that must provide code review results for this rule to pass. + type: object + properties: + name: + type: string + description: The name of a code review analysis tool + enum: + - CodeQL + - ESLint + - PMD + required: + - name repository-rule: title: Repository Rule type: object diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index e40451a5c5..6933e92f91 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -130377,6 +130377,25 @@ } } }, + "repository-rule-params-copilot-code-review-analysis-tool": { + "title": "CopilotCodeReviewAnalysisTool", + "description": "A tool that must provide code review results for this rule to pass.", + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "The name of a code review analysis tool", + "enum": [ + "CodeQL", + "ESLint", + "PMD" + ] + } + }, + "required": [ + "name" + ] + }, "repository-rule": { "title": "Repository Rule", "type": "object", diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index fef449a0f8..93bdeaa31d 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -94311,6 +94311,20 @@ components: type: boolean description: Copilot automatically reviews each new push to the pull request. + repository-rule-params-copilot-code-review-analysis-tool: + title: CopilotCodeReviewAnalysisTool + description: A tool that must provide code review results for this rule to pass. + type: object + properties: + name: + type: string + description: The name of a code review analysis tool + enum: + - CodeQL + - ESLint + - PMD + required: + - name repository-rule: title: Repository Rule type: object diff --git a/descriptions-next/ghes-3.17/ghes-3.17.2022-11-28.json b/descriptions-next/ghes-3.17/ghes-3.17.2022-11-28.json index d76d12d7d8..f9e93a38ae 100644 --- a/descriptions-next/ghes-3.17/ghes-3.17.2022-11-28.json +++ b/descriptions-next/ghes-3.17/ghes-3.17.2022-11-28.json @@ -111918,6 +111918,25 @@ } } }, + "repository-rule-params-copilot-code-review-analysis-tool": { + "title": "CopilotCodeReviewAnalysisTool", + "description": "A tool that must provide code review results for this rule to pass.", + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "The name of a code review analysis tool", + "enum": [ + "CodeQL", + "ESLint", + "PMD" + ] + } + }, + "required": [ + "name" + ] + }, "repository-rule": { "title": "Repository Rule", "type": "object", diff --git a/descriptions-next/ghes-3.17/ghes-3.17.2022-11-28.yaml b/descriptions-next/ghes-3.17/ghes-3.17.2022-11-28.yaml index 78e8d6efc4..8af50ad600 100644 --- a/descriptions-next/ghes-3.17/ghes-3.17.2022-11-28.yaml +++ b/descriptions-next/ghes-3.17/ghes-3.17.2022-11-28.yaml @@ -80831,6 +80831,20 @@ components: type: boolean description: Copilot automatically reviews each new push to the pull request. + repository-rule-params-copilot-code-review-analysis-tool: + title: CopilotCodeReviewAnalysisTool + description: A tool that must provide code review results for this rule to pass. + type: object + properties: + name: + type: string + description: The name of a code review analysis tool + enum: + - CodeQL + - ESLint + - PMD + required: + - name repository-rule: title: Repository Rule type: object diff --git a/descriptions-next/ghes-3.17/ghes-3.17.json b/descriptions-next/ghes-3.17/ghes-3.17.json index d76d12d7d8..f9e93a38ae 100644 --- a/descriptions-next/ghes-3.17/ghes-3.17.json +++ b/descriptions-next/ghes-3.17/ghes-3.17.json @@ -111918,6 +111918,25 @@ } } }, + "repository-rule-params-copilot-code-review-analysis-tool": { + "title": "CopilotCodeReviewAnalysisTool", + "description": "A tool that must provide code review results for this rule to pass.", + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "The name of a code review analysis tool", + "enum": [ + "CodeQL", + "ESLint", + "PMD" + ] + } + }, + "required": [ + "name" + ] + }, "repository-rule": { "title": "Repository Rule", "type": "object", diff --git a/descriptions-next/ghes-3.17/ghes-3.17.yaml b/descriptions-next/ghes-3.17/ghes-3.17.yaml index 78e8d6efc4..8af50ad600 100644 --- a/descriptions-next/ghes-3.17/ghes-3.17.yaml +++ b/descriptions-next/ghes-3.17/ghes-3.17.yaml @@ -80831,6 +80831,20 @@ components: type: boolean description: Copilot automatically reviews each new push to the pull request. + repository-rule-params-copilot-code-review-analysis-tool: + title: CopilotCodeReviewAnalysisTool + description: A tool that must provide code review results for this rule to pass. + type: object + properties: + name: + type: string + description: The name of a code review analysis tool + enum: + - CodeQL + - ESLint + - PMD + required: + - name repository-rule: title: Repository Rule type: object diff --git a/descriptions-next/ghes-3.18/ghes-3.18.2022-11-28.json b/descriptions-next/ghes-3.18/ghes-3.18.2022-11-28.json index 4908209bc5..d25f021c01 100644 --- a/descriptions-next/ghes-3.18/ghes-3.18.2022-11-28.json +++ b/descriptions-next/ghes-3.18/ghes-3.18.2022-11-28.json @@ -113455,6 +113455,25 @@ } } }, + "repository-rule-params-copilot-code-review-analysis-tool": { + "title": "CopilotCodeReviewAnalysisTool", + "description": "A tool that must provide code review results for this rule to pass.", + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "The name of a code review analysis tool", + "enum": [ + "CodeQL", + "ESLint", + "PMD" + ] + } + }, + "required": [ + "name" + ] + }, "repository-rule": { "title": "Repository Rule", "type": "object", diff --git a/descriptions-next/ghes-3.18/ghes-3.18.2022-11-28.yaml b/descriptions-next/ghes-3.18/ghes-3.18.2022-11-28.yaml index bbce77e5d7..c30e8a4051 100644 --- a/descriptions-next/ghes-3.18/ghes-3.18.2022-11-28.yaml +++ b/descriptions-next/ghes-3.18/ghes-3.18.2022-11-28.yaml @@ -81971,6 +81971,20 @@ components: type: boolean description: Copilot automatically reviews each new push to the pull request. + repository-rule-params-copilot-code-review-analysis-tool: + title: CopilotCodeReviewAnalysisTool + description: A tool that must provide code review results for this rule to pass. + type: object + properties: + name: + type: string + description: The name of a code review analysis tool + enum: + - CodeQL + - ESLint + - PMD + required: + - name repository-rule: title: Repository Rule type: object diff --git a/descriptions-next/ghes-3.18/ghes-3.18.json b/descriptions-next/ghes-3.18/ghes-3.18.json index 4908209bc5..d25f021c01 100644 --- a/descriptions-next/ghes-3.18/ghes-3.18.json +++ b/descriptions-next/ghes-3.18/ghes-3.18.json @@ -113455,6 +113455,25 @@ } } }, + "repository-rule-params-copilot-code-review-analysis-tool": { + "title": "CopilotCodeReviewAnalysisTool", + "description": "A tool that must provide code review results for this rule to pass.", + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "The name of a code review analysis tool", + "enum": [ + "CodeQL", + "ESLint", + "PMD" + ] + } + }, + "required": [ + "name" + ] + }, "repository-rule": { "title": "Repository Rule", "type": "object", diff --git a/descriptions-next/ghes-3.18/ghes-3.18.yaml b/descriptions-next/ghes-3.18/ghes-3.18.yaml index bbce77e5d7..c30e8a4051 100644 --- a/descriptions-next/ghes-3.18/ghes-3.18.yaml +++ b/descriptions-next/ghes-3.18/ghes-3.18.yaml @@ -81971,6 +81971,20 @@ components: type: boolean description: Copilot automatically reviews each new push to the pull request. + repository-rule-params-copilot-code-review-analysis-tool: + title: CopilotCodeReviewAnalysisTool + description: A tool that must provide code review results for this rule to pass. + type: object + properties: + name: + type: string + description: The name of a code review analysis tool + enum: + - CodeQL + - ESLint + - PMD + required: + - name repository-rule: title: Repository Rule type: object