Skip to content

Commit ce807ba

Browse files
Update OpenAPI 3.0 Descriptions
1 parent caa08e0 commit ce807ba

16 files changed

Lines changed: 264 additions & 0 deletions

descriptions/api.github.com/api.github.com.2022-11-28.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118160,6 +118160,25 @@
118160118160
}
118161118161
}
118162118162
},
118163+
"repository-rule-params-copilot-code-review-analysis-tool": {
118164+
"title": "CopilotCodeReviewAnalysisTool",
118165+
"description": "A tool that must provide code review results for this rule to pass.",
118166+
"type": "object",
118167+
"properties": {
118168+
"name": {
118169+
"type": "string",
118170+
"description": "The name of a code review analysis tool",
118171+
"enum": [
118172+
"CodeQL",
118173+
"ESLint",
118174+
"PMD"
118175+
]
118176+
}
118177+
},
118178+
"required": [
118179+
"name"
118180+
]
118181+
},
118163118182
"repository-rule": {
118164118183
"title": "Repository Rule",
118165118184
"type": "object",

descriptions/api.github.com/api.github.com.2022-11-28.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86680,6 +86680,20 @@ components:
8668086680
type: boolean
8668186681
description: Copilot automatically reviews each new push to the pull
8668286682
request.
86683+
repository-rule-params-copilot-code-review-analysis-tool:
86684+
title: CopilotCodeReviewAnalysisTool
86685+
description: A tool that must provide code review results for this rule to pass.
86686+
type: object
86687+
properties:
86688+
name:
86689+
type: string
86690+
description: The name of a code review analysis tool
86691+
enum:
86692+
- CodeQL
86693+
- ESLint
86694+
- PMD
86695+
required:
86696+
- name
8668386697
repository-rule:
8668486698
title: Repository Rule
8668586699
type: object

descriptions/api.github.com/api.github.com.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118160,6 +118160,25 @@
118160118160
}
118161118161
}
118162118162
},
118163+
"repository-rule-params-copilot-code-review-analysis-tool": {
118164+
"title": "CopilotCodeReviewAnalysisTool",
118165+
"description": "A tool that must provide code review results for this rule to pass.",
118166+
"type": "object",
118167+
"properties": {
118168+
"name": {
118169+
"type": "string",
118170+
"description": "The name of a code review analysis tool",
118171+
"enum": [
118172+
"CodeQL",
118173+
"ESLint",
118174+
"PMD"
118175+
]
118176+
}
118177+
},
118178+
"required": [
118179+
"name"
118180+
]
118181+
},
118163118182
"repository-rule": {
118164118183
"title": "Repository Rule",
118165118184
"type": "object",

0 commit comments

Comments
 (0)