Skip to content

Commit 1c6698d

Browse files
ashleyshawCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]> Signed-off-by: Ash Shaw <[email protected]>
1 parent 2d74406 commit 1c6698d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/automation/schemas/changelog.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"Added": { "type": "array", "items": { "type": "string" } },
1212
"Changed": { "type": "array", "items": { "type": "string" } },
1313
"Fixed": { "type": "array", "items": { "type": "string" } }
14-
}
14+
},
15+
"additionalProperties": false
1516
}
1617
},
1718
"required": ["version", "date"]

0 commit comments

Comments
 (0)