feat: add check for codeowners
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -7,7 +7,10 @@
|
||||
"$ref": "#/$defs/Filter"
|
||||
},
|
||||
"policies": {
|
||||
"$ref": "#/$defs/Policies"
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/$defs/PolicyOption"
|
||||
}
|
||||
},
|
||||
"schedule": {
|
||||
"$ref": "#/$defs/ForgeSchedule"
|
||||
@@ -137,15 +140,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"Policies": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"squash_merge_only": {
|
||||
"$ref": "#/$defs/PolicyOption"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"PolicyOption": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user