Skip to content

Commit 5196654

Browse files
authored
Merge of #9633
2 parents a667f15 + 22416ae commit 5196654

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

public/mergify-configuration-schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -997,6 +997,7 @@
997997
"type": "object"
998998
},
999999
"FileFilters": {
1000+
"additionalProperties": false,
10001001
"properties": {
10011002
"include": {
10021003
"description": "Glob patterns of files to include for this scope. Empty means 'include everything' before exclusions. Examples: ('src/**/*.py', 'Makefile')",
@@ -3050,6 +3051,7 @@
30503051
"type": "object"
30513052
},
30523053
"SourceFiles": {
3054+
"additionalProperties": false,
30533055
"properties": {
30543056
"files": {
30553057
"description": "Mapping of scope name to its file filters. A file belongs to a scope if it matches the scope's `include` patterns and not its `exclude` patterns.",
@@ -3072,6 +3074,7 @@
30723074
"type": "object"
30733075
},
30743076
"SourceManual": {
3077+
"additionalProperties": false,
30753078
"properties": {
30763079
"manual": {
30773080
"description": "Scopes are manually sent via API or `mergify scopes-send`",

0 commit comments

Comments
 (0)