-
Notifications
You must be signed in to change notification settings - Fork 892
Open
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: FeatureNew feature or requestNew feature or request
Description
Describe the need
Implements a call to the internal GitHub Enterprise endpoint
POST ///settings/code-quality to toggle the repository’s Code Quality feature.
This mirrors the GitHub UI action for enabling/disabling code scanning or quality checks (e.g., CodeQL), though it’s not part of the public REST API.
Details:
- Endpoint: /settings/code-quality (internal GHE)
- Request body: { "enabled": true }
- Effect: Activates repository-level code quality analysis
- Closest public equivalent: POST /repos/{owner}/{repo}/code-scanning/alerts
SDK Version
No response
API Version
No response
Relevant log output
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: FeatureNew feature or requestNew feature or request
Type
Projects
Status
Backlog