Skip to content

Commit 7c0109b

Browse files
authored
Merge of #9796
2 parents b8927f7 + 28d62e0 commit 7c0109b

File tree

1 file changed

+60
-1
lines changed

1 file changed

+60
-1
lines changed

public/api-schemas.json

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4194,6 +4194,21 @@
41944194
"type": "array",
41954195
"title": "Matching Conditions",
41964196
"description": "List of conditions used to match pull requests that need to be frozen during the scheduled freeze."
4197+
},
4198+
"exclude_conditions": {
4199+
"items": {
4200+
"anyOf": [
4201+
{
4202+
"$ref": "#/components/schemas/MatchingConditionsDict-Input"
4203+
},
4204+
{
4205+
"type": "string"
4206+
}
4207+
]
4208+
},
4209+
"type": "array",
4210+
"title": "Exclude Conditions",
4211+
"description": "List of conditions used to exclude pull requests from the scheduled freeze. Pull requests matching these conditions will not be frozen."
41974212
}
41984213
},
41994214
"type": "object",
@@ -8640,6 +8655,20 @@
86408655
},
86418656
"type": "array",
86428657
"title": "Matching Conditions"
8658+
},
8659+
"exclude_conditions": {
8660+
"items": {
8661+
"anyOf": [
8662+
{
8663+
"$ref": "#/components/schemas/MatchingConditionsDict-Output"
8664+
},
8665+
{
8666+
"type": "string"
8667+
}
8668+
]
8669+
},
8670+
"type": "array",
8671+
"title": "Exclude Conditions"
86438672
}
86448673
},
86458674
"type": "object",
@@ -8648,7 +8677,8 @@
86488677
"start",
86498678
"end",
86508679
"timezone",
8651-
"matching_conditions"
8680+
"matching_conditions",
8681+
"exclude_conditions"
86528682
],
86538683
"title": "ScheduledFreezeEventLogAttributes"
86548684
},
@@ -8697,6 +8727,20 @@
86978727
},
86988728
"type": "array",
86998729
"title": "Matching Conditions"
8730+
},
8731+
"exclude_conditions": {
8732+
"items": {
8733+
"anyOf": [
8734+
{
8735+
"$ref": "#/components/schemas/MatchingConditionsDict-Output"
8736+
},
8737+
{
8738+
"type": "string"
8739+
}
8740+
]
8741+
},
8742+
"type": "array",
8743+
"title": "Exclude Conditions"
87008744
}
87018745
},
87028746
"type": "object",
@@ -8872,6 +8916,21 @@
88728916
"type": "array",
88738917
"title": "Matching Conditions",
88748918
"description": "List of conditions used to match pull requests that need to be frozen during the scheduled freeze. Can only be updated if the scheduled freeze has not yet begun."
8919+
},
8920+
"exclude_conditions": {
8921+
"items": {
8922+
"anyOf": [
8923+
{
8924+
"$ref": "#/components/schemas/MatchingConditionsDict-Input"
8925+
},
8926+
{
8927+
"type": "string"
8928+
}
8929+
]
8930+
},
8931+
"type": "array",
8932+
"title": "Exclude Conditions",
8933+
"description": "List of conditions used to exclude pull requests from the scheduled freeze. Pull requests matching these conditions will not be frozen. Can only be updated if the scheduled freeze has not yet begun."
88758934
}
88768935
},
88778936
"type": "object",

0 commit comments

Comments
 (0)