From ce807bacdbb3a33398b98bb833aa04c09559678f Mon Sep 17 00:00:00 2001 From: github-openapi-bot Date: Mon, 17 Nov 2025 13:24:43 -0800 Subject: [PATCH] Update OpenAPI 3.0 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/ghec/ghec.2022-11-28.json | 19 +++++++++++++++++++ descriptions/ghec/ghec.2022-11-28.yaml | 14 ++++++++++++++ descriptions/ghec/ghec.json | 19 +++++++++++++++++++ descriptions/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/ghes-3.17/ghes-3.17.json | 19 +++++++++++++++++++ descriptions/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/ghes-3.18/ghes-3.18.json | 19 +++++++++++++++++++ descriptions/ghes-3.18/ghes-3.18.yaml | 14 ++++++++++++++ 16 files changed, 264 insertions(+) diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 18a9b5e2e5..0bbc369988 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -118160,6 +118160,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/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index b890bac80b..54580a5e3a 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -86680,6 +86680,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/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 18a9b5e2e5..0bbc369988 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -118160,6 +118160,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/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index b890bac80b..54580a5e3a 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -86680,6 +86680,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/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 1f7ce22882..62f915ea0b 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -128900,6 +128900,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/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index 2963654c54..cea60af230 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -93658,6 +93658,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/ghec/ghec.json b/descriptions/ghec/ghec.json index 1f7ce22882..62f915ea0b 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -128900,6 +128900,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/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index 2963654c54..cea60af230 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -93658,6 +93658,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/ghes-3.17/ghes-3.17.2022-11-28.json b/descriptions/ghes-3.17/ghes-3.17.2022-11-28.json index 01c16cc312..971f20c260 100644 --- a/descriptions/ghes-3.17/ghes-3.17.2022-11-28.json +++ b/descriptions/ghes-3.17/ghes-3.17.2022-11-28.json @@ -110741,6 +110741,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/ghes-3.17/ghes-3.17.2022-11-28.yaml b/descriptions/ghes-3.17/ghes-3.17.2022-11-28.yaml index 481fb1447a..7fa79fb167 100644 --- a/descriptions/ghes-3.17/ghes-3.17.2022-11-28.yaml +++ b/descriptions/ghes-3.17/ghes-3.17.2022-11-28.yaml @@ -80713,6 +80713,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/ghes-3.17/ghes-3.17.json b/descriptions/ghes-3.17/ghes-3.17.json index 01c16cc312..971f20c260 100644 --- a/descriptions/ghes-3.17/ghes-3.17.json +++ b/descriptions/ghes-3.17/ghes-3.17.json @@ -110741,6 +110741,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/ghes-3.17/ghes-3.17.yaml b/descriptions/ghes-3.17/ghes-3.17.yaml index 481fb1447a..7fa79fb167 100644 --- a/descriptions/ghes-3.17/ghes-3.17.yaml +++ b/descriptions/ghes-3.17/ghes-3.17.yaml @@ -80713,6 +80713,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/ghes-3.18/ghes-3.18.2022-11-28.json b/descriptions/ghes-3.18/ghes-3.18.2022-11-28.json index 55916df96b..7947e9e861 100644 --- a/descriptions/ghes-3.18/ghes-3.18.2022-11-28.json +++ b/descriptions/ghes-3.18/ghes-3.18.2022-11-28.json @@ -112550,6 +112550,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/ghes-3.18/ghes-3.18.2022-11-28.yaml b/descriptions/ghes-3.18/ghes-3.18.2022-11-28.yaml index 6ae29ced47..35091b6c6b 100644 --- a/descriptions/ghes-3.18/ghes-3.18.2022-11-28.yaml +++ b/descriptions/ghes-3.18/ghes-3.18.2022-11-28.yaml @@ -82117,6 +82117,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/ghes-3.18/ghes-3.18.json b/descriptions/ghes-3.18/ghes-3.18.json index 55916df96b..7947e9e861 100644 --- a/descriptions/ghes-3.18/ghes-3.18.json +++ b/descriptions/ghes-3.18/ghes-3.18.json @@ -112550,6 +112550,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/ghes-3.18/ghes-3.18.yaml b/descriptions/ghes-3.18/ghes-3.18.yaml index 6ae29ced47..35091b6c6b 100644 --- a/descriptions/ghes-3.18/ghes-3.18.yaml +++ b/descriptions/ghes-3.18/ghes-3.18.yaml @@ -82117,6 +82117,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