We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532d72a commit 7fde2bdCopy full SHA for 7fde2bd
openapi.json
@@ -20061,6 +20061,9 @@
20061
],
20062
"description": "The default security policy for the repository label",
20063
"default": "medium"
20064
+ },
20065
+ "licensePolicy": {
20066
+ "$ref": "#/components/schemas/LicenseAllowListRequest"
20067
}
20068
},
20069
"description": ""
types/api.d.ts
@@ -8686,6 +8686,7 @@ export interface operations {
8686
* @enum {string}
8687
*/
8688
issueRulesPolicyDefault?: 'default' | 'low' | 'medium' | 'high'
8689
+ licensePolicy?: components['schemas']['LicenseAllowListRequest']
8690
8691
8692
0 commit comments