Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
14 changes: 14 additions & 0 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 19 additions & 0 deletions descriptions-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading
Loading