Skip to content

Commit f29ea80

Browse files
Update OpenAPI 3.1 Descriptions
1 parent caa08e0 commit f29ea80

16 files changed

+264
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119379,6 +119379,25 @@
119379119379
}
119380119380
}
119381119381
},
119382+
"repository-rule-params-copilot-code-review-analysis-tool": {
119383+
"title": "CopilotCodeReviewAnalysisTool",
119384+
"description": "A tool that must provide code review results for this rule to pass.",
119385+
"type": "object",
119386+
"properties": {
119387+
"name": {
119388+
"type": "string",
119389+
"description": "The name of a code review analysis tool",
119390+
"enum": [
119391+
"CodeQL",
119392+
"ESLint",
119393+
"PMD"
119394+
]
119395+
}
119396+
},
119397+
"required": [
119398+
"name"
119399+
]
119400+
},
119382119401
"repository-rule": {
119383119402
"title": "Repository Rule",
119384119403
"type": "object",

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86663,6 +86663,20 @@ components:
8666386663
type: boolean
8666486664
description: Copilot automatically reviews each new push to the pull
8666586665
request.
86666+
repository-rule-params-copilot-code-review-analysis-tool:
86667+
title: CopilotCodeReviewAnalysisTool
86668+
description: A tool that must provide code review results for this rule to pass.
86669+
type: object
86670+
properties:
86671+
name:
86672+
type: string
86673+
description: The name of a code review analysis tool
86674+
enum:
86675+
- CodeQL
86676+
- ESLint
86677+
- PMD
86678+
required:
86679+
- name
8666686680
repository-rule:
8666786681
title: Repository Rule
8666886682
type: object

descriptions-next/api.github.com/api.github.com.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119379,6 +119379,25 @@
119379119379
}
119380119380
}
119381119381
},
119382+
"repository-rule-params-copilot-code-review-analysis-tool": {
119383+
"title": "CopilotCodeReviewAnalysisTool",
119384+
"description": "A tool that must provide code review results for this rule to pass.",
119385+
"type": "object",
119386+
"properties": {
119387+
"name": {
119388+
"type": "string",
119389+
"description": "The name of a code review analysis tool",
119390+
"enum": [
119391+
"CodeQL",
119392+
"ESLint",
119393+
"PMD"
119394+
]
119395+
}
119396+
},
119397+
"required": [
119398+
"name"
119399+
]
119400+
},
119382119401
"repository-rule": {
119383119402
"title": "Repository Rule",
119384119403
"type": "object",

0 commit comments

Comments
 (0)