Skip to content
Merged
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
3 changes: 3 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -20061,6 +20061,9 @@
],
"description": "The default security policy for the repository label",
"default": "medium"
},
"licensePolicy": {
"$ref": "#/components/schemas/LicenseAllowListRequest"
}
},
"description": ""
Expand Down
1 change: 1 addition & 0 deletions types/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8686,6 +8686,7 @@ export interface operations {
* @enum {string}
*/
issueRulesPolicyDefault?: 'default' | 'low' | 'medium' | 'high'
licensePolicy?: components['schemas']['LicenseAllowListRequest']
}
}
}
Expand Down